mail: automatically subscribe to all important mailboxes and expunge spam

This commit is contained in:
Rouven Seifert 2023-09-03 22:53:06 +02:00
parent 76e5801d87
commit a0f78133f6
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -168,19 +168,20 @@ in
};
mailboxes = {
Spam = {
auto = "create";
auto = "subscribe";
specialUse = "Junk";
autoexpunge = "60d";
};
Sent = {
auto = "create";
auto = "subscribe";
specialUse = "Sent";
};
Drafts = {
auto = "create";
auto = "subscribe";
specialUse = "Drafts";
};
Trash = {
auto = "create";
auto = "subscribe";
specialUse = "Trash";
};
};