From: Stephan Bosch Date: Sat, 8 Sep 2018 19:41:52 +0000 (+0200) Subject: doc: example-config: Add documentation and example for \Important special-use mailbox... X-Git-Tag: 2.3.10~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a8f579f8f39651816bc951b0981bc42c8ad3b3;p=thirdparty%2Fdovecot%2Fcore.git doc: example-config: Add documentation and example for \Important special-use mailbox attribute. --- diff --git a/doc/example-config/conf.d/15-mailboxes.conf b/doc/example-config/conf.d/15-mailboxes.conf index cd5b21b828..71076d4863 100644 --- a/doc/example-config/conf.d/15-mailboxes.conf +++ b/doc/example-config/conf.d/15-mailboxes.conf @@ -22,18 +22,20 @@ # you want in here, but it's not a good idea to use flags other than the # standard ones specified in the RFC: # -# \All - This (virtual) mailbox presents all messages in the -# user's message store. -# \Archive - This mailbox is used to archive messages. -# \Drafts - This mailbox is used to hold draft messages. -# \Flagged - This (virtual) mailbox presents all messages in the -# user's message store marked with the IMAP \Flagged flag. -# \Junk - This mailbox is where messages deemed to be junk mail -# are held. -# \Sent - This mailbox is used to hold copies of messages that -# have been sent. -# \Trash - This mailbox is used to hold messages that have been -# deleted. +# \All - This (virtual) mailbox presents all messages in the +# user's message store. +# \Archive - This mailbox is used to archive messages. +# \Drafts - This mailbox is used to hold draft messages. +# \Flagged - This (virtual) mailbox presents all messages in the +# user's message store marked with the IMAP \Flagged flag. +# \Important - This (virtual) mailbox presents all messages in the +# user's message store deemed important to user. +# \Junk - This mailbox is where messages deemed to be junk mail +# are held. +# \Sent - This mailbox is used to hold copies of messages that +# have been sent. +# \Trash - This mailbox is used to hold messages that have been +# deleted. # # comment: # Defines a default comment or note associated with the mailbox. This @@ -75,4 +77,10 @@ namespace inbox { # special_use = \Flagged # comment = All my flagged messages #} + + # If you have a virtual "Important" mailbox: + #mailbox virtual/Important { + # special_use = \Important + # comment = All my important messages + #} }