Remove jonggroen configuration

This commit is contained in:
Charlotte Van Petegem 2021-10-08 09:18:45 +02:00
parent b0b0637e41
commit 95ac98c4e2
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 0 additions and 63 deletions

View file

@ -252,23 +252,6 @@ in
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
};
};
jonggroen = makeAccount {
name = "jonggroen";
address = "charlotte@jonggroen.be";
imapHost = "imap.gmail.com";
smtpHost = "smtp.gmail.com";
passFile = "jonggroen/GoogleAppMail";
useStartTls = true;
extraConfig = {
flavor = "gmail.com";
folders = {
drafts = "[Gmail].Drafts";
inbox = "INBOX";
sent = "INBOX";
trash = "[Gmail].Bin";
};
};
};
postbot = makeAccount {
name = "postbot";
address = "postbot@vanpetegem.me";