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
This commit is contained in:
Rouven Seifert 2024-02-21 14:02:26 +01:00
parent 22ca2010a0
commit d84ad31126
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -191,6 +191,10 @@ in
auto = "subscribe"; auto = "subscribe";
specialUse = "Trash"; specialUse = "Trash";
}; };
Archive = {
auto = "no";
specialUse = "Archive";
};
}; };
modules = [ modules = [
pkgs.dovecot_pigeonhole pkgs.dovecot_pigeonhole