Mail : Add autoexpunge and Archive box.
This commit is contained in:
parent
907b0720ca
commit
3349b9a200
|
@ -129,6 +129,14 @@ in {
|
||||||
dkimKeyDirectory = "/var/dkim";
|
dkimKeyDirectory = "/var/dkim";
|
||||||
|
|
||||||
mailboxes = {
|
mailboxes = {
|
||||||
|
All = {
|
||||||
|
auto = "subscribe";
|
||||||
|
specialUse = "All";
|
||||||
|
};
|
||||||
|
Archive = {
|
||||||
|
auto = "subscribe";
|
||||||
|
specialUse = "Archive";
|
||||||
|
};
|
||||||
Drafts = {
|
Drafts = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
specialUse = "Drafts";
|
specialUse = "Drafts";
|
||||||
|
@ -136,14 +144,16 @@ in {
|
||||||
Junk = {
|
Junk = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
specialUse = "Junk";
|
specialUse = "Junk";
|
||||||
|
autoexpunge = "7d";
|
||||||
};
|
};
|
||||||
Sent = {
|
Sent = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
specialUse = "Sent";
|
specialUse = "Sent";
|
||||||
};
|
};
|
||||||
Trash = {
|
Trash = {
|
||||||
auto = "no";
|
auto = "subscribe";
|
||||||
specialUse = "Trash";
|
specialUse = "Trash";
|
||||||
|
autoexpunge = "30d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue