Put subscribedonly in correct place in example config file

fixes #137
This commit is contained in:
John Goerzen 2010-04-21 00:09:37 -05:00
parent d72ed698da
commit 3c4dee17a4
1 changed files with 5 additions and 4 deletions

View File

@ -236,10 +236,6 @@ type = Maildir
localfolders = ~/Test
# Specify whether to process all mail folders on the server, or only
# those listed as "subscribed".
subscribedonly = no
# You can specify the "path separator character" used for your Maildir
# folders. This is inserted in-between the components of the tree.
# It defaults to ".". If you want your Maildir folders to be nested,
@ -365,6 +361,11 @@ holdconnectionopen = no
# Therefore, this setting is definately NOT recommended.
#
# expunge = no
# Specify whether to process all mail folders on the server, or only
# those listed as "subscribed".
subscribedonly = no
# You can specify a folder translator. This must be a eval-able
# Python expression that takes a foldername arg and returns the new
# value. I suggest a lambda. This example below will remove "INBOX." from