UGent closed my mail access

This commit is contained in:
Charlotte Van Petegem 2021-09-22 22:40:22 +02:00
parent eb843d2db9
commit 9da40affee
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 7 additions and 8 deletions

View file

@ -207,7 +207,7 @@ in
};
home-manager.users.charlotte = { ... }: {
accounts.email = {
maildirBasePath = "/data/home/charlotte/mail";
maildirBasePath = "/home/charlotte/mail";
accounts = {
personal = makeAccount {
name = "personal";
@ -222,13 +222,12 @@ in
work = makeAccount {
name = "work";
address = "charlotte.vanpetegem@ugent.be";
imapHost = "outlook.office365.com";
smtpHost = "smtp.office365.com";
host = "mail.vanpetegem.me";
passFile = "work/UGentNet";
useStartTls = true;
extraConfig = {
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Deleted Items"; };
mbsync.extraConfig.account.PipelineDepth = "1";
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
userName = "ugent@cvpetegem.be";
};
};
work-aap-we-fr = makeAccount {