Revision 39 (by dpavlin, 2004/05/10 14:07:44) added listen directive to configuration to specify IP address and port to
listen to
# global configuration file

[global]
	listen = 127.0.0.1:6969
	index = /data/mws/index/
	templates = /data/mws/templates/
	static_html = /data/mws/html/
	# autoformat if mails have longer lines than...
	wrap_margin = 76
	# limit number of returned results
	max_results = 30

# define folders

[folders]
#	test = /data/mws/test-mbox
#	maypole = /home/dpavlin/mail/private/mail/maypole
#	inbox = /home/dpavlin/Mail/INBOX/
	private = /home/dpavlin/Mail/dpavlin/
#	sent-mail = /home/dpavlin/Mail/sent-mail/
#	sent-mail-private = /home/dpavlin/Mail/sent-mail-private/