/[mws]/trunk/global.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/global.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (hide annotations)
Mon May 10 14:07:44 2004 UTC (20 years ago) by dpavlin
File size: 565 byte(s)
added listen directive to configuration to specify IP address and port to
listen to

1 dpavlin 4 # global configuration file
2    
3     [global]
4 dpavlin 39 listen = 127.0.0.1:6969
5 dpavlin 4 index = /data/mws/index/
6     templates = /data/mws/templates/
7 dpavlin 25 static_html = /data/mws/html/
8 dpavlin 14 # autoformat if mails have longer lines than...
9     wrap_margin = 76
10 dpavlin 17 # limit number of returned results
11     max_results = 30
12 dpavlin 4
13     # define folders
14    
15     [folders]
16 dpavlin 12 # test = /data/mws/test-mbox
17 dpavlin 17 # maypole = /home/dpavlin/mail/private/mail/maypole
18 dpavlin 26 # inbox = /home/dpavlin/Mail/INBOX/
19 dpavlin 16 private = /home/dpavlin/Mail/dpavlin/
20 dpavlin 23 # sent-mail = /home/dpavlin/Mail/sent-mail/
21 dpavlin 27 # sent-mail-private = /home/dpavlin/Mail/sent-mail-private/
22 dpavlin 4

  ViewVC Help
Powered by ViewVC 1.1.26