From 37b08f0df818e30588bae658bb115bce8749dc1e Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 30 Oct 2022 00:28:21 +0200 Subject: [PATCH] [dovecot] Structure the mailbox. --- dovecot/15-mailboxes.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 { -- 2.39.5