Auto-create common folders - Fixes #16

This commit is contained in:
2025-10-22 14:32:28 +02:00
parent ffe8aac886
commit 4d0c74b70a
+3
View File
@@ -161,17 +161,20 @@ dict {
namespace inbox { namespace inbox {
inbox = yes inbox = yes
mailbox Drafts { mailbox Drafts {
auto = subscribe
special_use = \Drafts special_use = \Drafts
} }
mailbox Junk { mailbox Junk {
special_use = \Junk special_use = \Junk
} }
mailbox Trash { mailbox Trash {
auto = subscribe
special_use = \Trash special_use = \Trash
autoexpunge = 30d autoexpunge = 30d
} }
mailbox Sent { mailbox Sent {
auto = subscribe
special_use = \Sent special_use = \Sent
} }
mailbox "Sent Messages" { mailbox "Sent Messages" {