diff --git a/email.nix b/email.nix index 80ae588..7d1a463 100644 --- a/email.nix +++ b/email.nix @@ -24,6 +24,14 @@ "abuse@eurofusion.eu" = "rnhmjoj@eurofusion.eu"; }; + mailboxes = { + # default IMAP folders + Sent = { specialUse = "Sent"; auto = "subscribe"; }; + Drafts = { specialUse = "Drafts"; auto = "subscribe"; }; + Spam = { specialUse = "Junk"; auto = "subscribe"; }; + Trash = { specialUse = "Trash"; auto = "no"; }; + }; + # Use Let's Encrypt certificate certificateScheme = 3;