updated email config

This commit is contained in:
Matt Nish-Lapidus 2025-03-19 16:54:42 -04:00
parent 1cc3641578
commit 73215d1b5b
2 changed files with 21 additions and 14 deletions

View file

@ -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";