equal
deleted
inserted
replaced
20 # |
20 # |
21 [mailbox] |
21 [mailbox] |
22 ; The mailbox format to be used for user's mailboxes. (String) |
22 ; The mailbox format to be used for user's mailboxes. (String) |
23 ; Depending on the used Dovecot version there are up to 3 supported formats: |
23 ; Depending on the used Dovecot version there are up to 3 supported formats: |
24 ; * maildir - since Dovecot v1.0.0 |
24 ; * maildir - since Dovecot v1.0.0 |
25 ; * mdbox - since Dovecot v2.0.beta1 |
25 ; * mdbox - since Dovecot v2.0.beta5 |
26 ; * sdbox - since Dovecot v2.0.rc3 |
26 ; * sdbox - since Dovecot v2.0.rc3 |
27 format = maildir |
27 format = maildir |
28 ; A colon separated list of mailbox names, that should be created (String) |
28 ; A colon separated list of mailbox names, that should be created (String) |
29 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
29 ; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
30 folders = Drafts:Sent:Templates:Trash |
30 folders = Drafts:Sent:Templates:Trash |