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 = {
|
||||
CopyArrivalDate = true;
|
||||
Sync = "All";
|
||||
Expunge = "Both";
|
||||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
|
@ -30,6 +31,7 @@
|
|||
create = "both";
|
||||
extraConfig.channel = {
|
||||
CopyArrivalDate = true;
|
||||
Expunge = "Both";
|
||||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue