man/man5/vmm.cfg.5.rst
branchv0.6.x
changeset 304 df0f7b22540c
parent 299 d15a27eaa9d2
child 307 217b419d6561
equal deleted inserted replaced
303:8dd3a107fd92 304:df0f7b22540c
   314 ``root (default: Maildir)`` : *String*
   314 ``root (default: Maildir)`` : *String*
   315   Name of the mailbox root directory in a user's home directory. Commonly used
   315   Name of the mailbox root directory in a user's home directory. Commonly used
   316   names, depending on the used |mailbox.format|_, are **Maildir**, **mdbox**
   316   names, depending on the used |mailbox.format|_, are **Maildir**, **mdbox**
   317   or **sdbox**.
   317   or **sdbox**.
   318 
   318 
       
   319 .. _mailbox.subscribe:
       
   320 
       
   321 ``subscribe (default: true)`` : *Boolean*
       
   322   When this option is set to **true**, the mailboxes from the
       
   323   |mailbox.folders|_ option will be listed in the user's subscriptions file.
       
   324   If you don't want to subscribe the created mailboxes, set this option to
       
   325   **false**.
       
   326 
   319 Example::
   327 Example::
   320 
   328 
   321   [mailbox]
   329   [mailbox]
   322   folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix
   330   folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix
   323   format = maildir
   331   format = maildir
   324   root = Maildir
   332   root = Maildir
       
   333   subscribe = false
   325 
   334 
   326 
   335 
   327 MISC
   336 MISC
   328 ----
   337 ----
   329 The **misc** section is used to define miscellaneous settings.
   338 The **misc** section is used to define miscellaneous settings.