Fix work-aap-we-fr syncing
This commit is contained in:
parent
72e48fd49b
commit
8d10382c46
1 changed files with 14 additions and 14 deletions
|
@ -36,7 +36,7 @@ let
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
flatten = ".";
|
flatten = ".";
|
||||||
remove = "both";
|
remove = "both";
|
||||||
extraConfig.account.AuthMechs = "PLAIN";
|
extraConfig.account.AuthMechs = "LOGIN";
|
||||||
};
|
};
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
neomutt = {
|
neomutt = {
|
||||||
|
@ -116,19 +116,19 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#work-aap-we-fr = makeAccount {
|
work-aap-we-fr = makeAccount {
|
||||||
# name = "work-aap-we-fr";
|
name = "work-aap-we-fr";
|
||||||
# address = "aap-we-fr@ugent.be";
|
address = "aap-we-fr@ugent.be";
|
||||||
# imapHost = "owa.ugent.be";
|
imapHost = "owa.ugent.be";
|
||||||
# smtpHost = "smtp.ugent.be";
|
smtpHost = "smtp.ugent.be";
|
||||||
# passFile = "work/UGentNet";
|
passFile = "work/UGentNet";
|
||||||
# useStartTls = true;
|
useStartTls = true;
|
||||||
# extraConfig = {
|
extraConfig = {
|
||||||
# folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; };
|
folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; };
|
||||||
# mbsync.extraConfig.account.PipelineDepth = "1";
|
mbsync.extraConfig.account.PipelineDepth = "1";
|
||||||
# userName = "UGENT\\ecvpeteg/aap-we-fr";
|
userName = "UGENT\\\\ecvpeteg/aap-we-fr";
|
||||||
# };
|
};
|
||||||
#};
|
};
|
||||||
posteo = makeAccount {
|
posteo = makeAccount {
|
||||||
name = "posteo";
|
name = "posteo";
|
||||||
address = "chvp@posteo.net";
|
address = "chvp@posteo.net";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue