File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,20 @@ protocol lmtp {
6262 mail_plugins = quota sieve
6363}
6464mail_plugins = $mail_plugins quota
65+ imap_capability=+SEPCIAL-USE XLIST
66+ namespace inbox {
67+ inbox = yes
68+ mailbox Drafts {
69+ special_use = \Drafts
70+ }
71+ mailbox Junk {
72+ special_use = \Junk
73+ }
74+ mailbox Sent {
75+ special_use = \Sent
76+ }
77+ mailbox Trash {
78+ special_use = \Trash
79+ }
80+ }
81+
Original file line number Diff line number Diff line change @@ -61,3 +61,20 @@ protocol lmtp {
6161 mail_plugins = quota sieve
6262}
6363mail_plugins = $mail_plugins quota
64+ imap_capability=+SEPCIAL-USE XLIST
65+ namespace inbox {
66+ inbox = yes
67+ mailbox Drafts {
68+ special_use = \Drafts
69+ }
70+ mailbox Junk {
71+ special_use = \Junk
72+ }
73+ mailbox Sent {
74+ special_use = \Sent
75+ }
76+ mailbox Trash {
77+ special_use = \Trash
78+ }
79+ }
80+
You can’t perform that action at this time.
0 commit comments