updated email config
This commit is contained in:
parent
1cc3641578
commit
73215d1b5b
2 changed files with 21 additions and 14 deletions
|
@ -9,7 +9,11 @@
|
|||
mu.enable = true;
|
||||
mbsync = {
|
||||
enable = true;
|
||||
create = "maildir";
|
||||
create = "both";
|
||||
extraConfig.channel = {
|
||||
CopyArrivalDate = true;
|
||||
Sync = "All";
|
||||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
flavor = "fastmail.com";
|
||||
|
@ -22,7 +26,10 @@
|
|||
mu.enable = true;
|
||||
mbsync = {
|
||||
enable = true;
|
||||
create = "maildir";
|
||||
create = "both";
|
||||
extraConfig.channel = {
|
||||
CopyArrivalDate = true;
|
||||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
passwordCommand = "rbw get admin@studyoftime";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue