UGent closed my mail access
This commit is contained in:
parent
eb843d2db9
commit
9da40affee
2 changed files with 7 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -42,11 +42,11 @@
|
||||||
},
|
},
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1632301718,
|
"lastModified": 1632330967,
|
||||||
"narHash": "sha256-4aE8mHPIX6K85dYtq36BSSzzc35015lou7v86NIhTGw=",
|
"narHash": "sha256-bNcrnPaox8/Dd2dxEde3Dbjv95HzA6v3n8EfrorgyXY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "f624aedb0fb31cb32a27b88025511b472f1ec76a",
|
"rev": "4fef1820fe8d3272838e0c42e7267f9f81123b0e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -207,7 +207,7 @@ in
|
||||||
};
|
};
|
||||||
home-manager.users.charlotte = { ... }: {
|
home-manager.users.charlotte = { ... }: {
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
maildirBasePath = "/data/home/charlotte/mail";
|
maildirBasePath = "/home/charlotte/mail";
|
||||||
accounts = {
|
accounts = {
|
||||||
personal = makeAccount {
|
personal = makeAccount {
|
||||||
name = "personal";
|
name = "personal";
|
||||||
|
@ -222,13 +222,12 @@ in
|
||||||
work = makeAccount {
|
work = makeAccount {
|
||||||
name = "work";
|
name = "work";
|
||||||
address = "charlotte.vanpetegem@ugent.be";
|
address = "charlotte.vanpetegem@ugent.be";
|
||||||
imapHost = "outlook.office365.com";
|
host = "mail.vanpetegem.me";
|
||||||
smtpHost = "smtp.office365.com";
|
|
||||||
passFile = "work/UGentNet";
|
passFile = "work/UGentNet";
|
||||||
useStartTls = true;
|
useStartTls = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Deleted Items"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
|
||||||
mbsync.extraConfig.account.PipelineDepth = "1";
|
userName = "ugent@cvpetegem.be";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
work-aap-we-fr = makeAccount {
|
work-aap-we-fr = makeAccount {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue