mail: automatically subscribe to all important mailboxes and expunge spam
This commit is contained in:
parent
76e5801d87
commit
a0f78133f6
|
@ -168,19 +168,20 @@ in
|
||||||
};
|
};
|
||||||
mailboxes = {
|
mailboxes = {
|
||||||
Spam = {
|
Spam = {
|
||||||
auto = "create";
|
auto = "subscribe";
|
||||||
specialUse = "Junk";
|
specialUse = "Junk";
|
||||||
|
autoexpunge = "60d";
|
||||||
};
|
};
|
||||||
Sent = {
|
Sent = {
|
||||||
auto = "create";
|
auto = "subscribe";
|
||||||
specialUse = "Sent";
|
specialUse = "Sent";
|
||||||
};
|
};
|
||||||
Drafts = {
|
Drafts = {
|
||||||
auto = "create";
|
auto = "subscribe";
|
||||||
specialUse = "Drafts";
|
specialUse = "Drafts";
|
||||||
};
|
};
|
||||||
Trash = {
|
Trash = {
|
||||||
auto = "create";
|
auto = "subscribe";
|
||||||
specialUse = "Trash";
|
specialUse = "Trash";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue