From: Jakub Czajka Date: Sat, 29 Oct 2022 22:28:21 +0000 (+0200) Subject: [dovecot] Structure the mailbox. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=37b08f0df818e30588bae658bb115bce8749dc1e;p=server.git [dovecot] Structure the mailbox. --- diff --git a/dovecot/15-mailboxes.conf b/dovecot/15-mailboxes.conf index b226d80..2c56f8f 100644 --- a/dovecot/15-mailboxes.conf +++ b/dovecot/15-mailboxes.conf @@ -50,7 +50,7 @@ namespace inbox { mailbox Drafts { special_use = \Drafts } - mailbox Junk { + mailbox Spam { special_use = \Junk } mailbox Trash { @@ -62,15 +62,11 @@ namespace inbox { mailbox Sent { special_use = \Sent } - mailbox "Sent Messages" { - special_use = \Sent - } # If you have a virtual "All messages" mailbox: - #mailbox virtual/All { - # special_use = \All - # comment = All my messages - #} + mailbox virtual/All { + special_use = \All + } # If you have a virtual "Flagged" mailbox: #mailbox virtual/Flagged {