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:
parent
22ca2010a0
commit
d84ad31126
|
@ -191,6 +191,10 @@ in
|
|||
auto = "subscribe";
|
||||
specialUse = "Trash";
|
||||
};
|
||||
Archive = {
|
||||
auto = "no";
|
||||
specialUse = "Archive";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
pkgs.dovecot_pigeonhole
|
||||
|
|
Loading…
Reference in a new issue