From d84ad311269b595049815eacad59b8f07223db9e Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Wed, 21 Feb 2024 14:02:26 +0100 Subject: [PATCH] mail: configure optional archive mailbox This enables the 'Archive' special use for Mailboxes according to RFC 6154 [0]. Most Mailclients support this out of the box [0] https://www.rfc-editor.org/rfc/rfc6154.html --- modules/mail/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/mail/default.nix b/modules/mail/default.nix index 1b5718c..8b1f727 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -191,6 +191,10 @@ in auto = "subscribe"; specialUse = "Trash"; }; + Archive = { + auto = "no"; + specialUse = "Archive"; + }; }; modules = [ pkgs.dovecot_pigeonhole