Improve documentation on folderincludes
Just minor wording improvements. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
fe1391084b
commit
7aa4c49ba4
@ -491,25 +491,15 @@ subscribedonly = no
|
|||||||
# 'Received']
|
# 'Received']
|
||||||
|
|
||||||
|
|
||||||
# You can specify folderincludes to include additional folders.
|
|
||||||
# It should return a Python list. This might be used to include a
|
# You can specify folderincludes to include additional folders. It
|
||||||
# folder that was excluded by your folderfilter rule, to include a
|
# should return a Python list. This might be used to include a folder
|
||||||
# folder that your server does not specify with its LIST option, or
|
# that was excluded by your folderfilter rule, to include a folder that
|
||||||
# to include a folder that is outside your basic reference. Some examples:
|
# your server does not specify with its LIST option, or to include a
|
||||||
#
|
# folder that is outside your basic reference. The 'reference' value
|
||||||
# To include debian.user and debian.personal:
|
# will not be prefixed to this folder name, even if you have specified
|
||||||
#
|
# one. For example:
|
||||||
# folderincludes = ['debian.user', 'debian.personal']
|
# folderincludes = ['debian.user', 'debian.personal']
|
||||||
#
|
|
||||||
# To include your INBOX (UW IMAPd users will find this useful if they
|
|
||||||
# specify a reference):
|
|
||||||
#
|
|
||||||
# folderincludes = ['INBOX']
|
|
||||||
#
|
|
||||||
# To specify a long list:
|
|
||||||
#
|
|
||||||
# folderincludes = ['box1', 'box2', 'box3', 'box4',
|
|
||||||
# 'box5', 'box6']
|
|
||||||
|
|
||||||
# You can specify foldersort to determine how folders are sorted.
|
# You can specify foldersort to determine how folders are sorted.
|
||||||
# This affects order of synchronization and mbnames. The expression
|
# This affects order of synchronization and mbnames. The expression
|
||||||
|
Loading…
Reference in New Issue
Block a user