fix: mail not syncing read and deleted

This commit is contained in:
Noah Masur
2023-03-12 17:07:41 -04:00
parent 5859377802
commit 5002c881f7
4 changed files with 21 additions and 7 deletions

View File

@ -111,6 +111,8 @@
gitName = fullName;
gitEmail = "7386960+nmasur@users.noreply.github.com";
mail.server = "noahmasur.com";
mail.imapHost = "imap.purelymail.com";
mail.smtpHost = "smtp.purelymail.com";
dotfilesRepo = "git@github.com:nmasur/dotfiles";
};