--- a/man/man5/vmm.cfg.5.rst Thu Jul 22 16:18:38 2010 +0000
+++ b/man/man5/vmm.cfg.5.rst Thu Jul 22 21:20:52 2010 +0000
@@ -316,12 +316,21 @@
names, depending on the used |mailbox.format|_, are **Maildir**, **mdbox**
or **sdbox**.
+.. _mailbox.subscribe:
+
+``subscribe (default: true)`` : *Boolean*
+ When this option is set to **true**, the mailboxes from the
+ |mailbox.folders|_ option will be listed in the user's subscriptions file.
+ If you don't want to subscribe the created mailboxes, set this option to
+ **false**.
+
Example::
[mailbox]
folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix
format = maildir
root = Maildir
+ subscribe = false
MISC