fixing email expunge
This commit is contained in:
parent
268ff58ac0
commit
0768914004
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
extraConfig.channel = {
|
extraConfig.channel = {
|
||||||
CopyArrivalDate = true;
|
CopyArrivalDate = true;
|
||||||
Sync = "All";
|
Sync = "All";
|
||||||
|
Expunge = "Both";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
create = "both";
|
create = "both";
|
||||||
extraConfig.channel = {
|
extraConfig.channel = {
|
||||||
CopyArrivalDate = true;
|
CopyArrivalDate = true;
|
||||||
|
Expunge = "Both";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue