]> git.ekhem.eu.org Git - server.git/commitdiff
[dovecot] Structure the mailbox.
authorJakub Czajka <jakub@ekhem.eu.org>
Sat, 29 Oct 2022 22:28:21 +0000 (00:28 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 17:00:57 +0000 (18:00 +0100)
dovecot/15-mailboxes.conf

index b226d80f175cb7920e48fabdc3f20995e44c8afd..2c56f8f6c7e665d4f7ecf600b4b1df30a976433a 100644 (file)
@@ -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 {