From c2471f212ed2336c691af881e00932c1eb0a1b27 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 15 Feb 2023 23:27:53 +0100 Subject: Use aerc for mail by default But keep neomutt installed for now, just in case. --- tw/home/files/aerc/accounts.conf | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tw/home/files/aerc/accounts.conf (limited to 'tw/home/files/aerc/accounts.conf') diff --git a/tw/home/files/aerc/accounts.conf b/tw/home/files/aerc/accounts.conf new file mode 100644 index 00000000..a29f1453 --- /dev/null +++ b/tw/home/files/aerc/accounts.conf @@ -0,0 +1,55 @@ +[Mythic Beasts] +source = imaps://timo%40twilken.net@oncilla.mythic-beasts.com +outgoing = smtps+plain://timo%40twilken.net@smtp-auth.mythic-beasts.com +source-cred-cmd = pass www/mythic-beasts/email/timo | head -1 +outgoing-cred-cmd = pass www/mythic-beasts/email/timo | head -1 +default = INBOX +from = Timo Wilken +copy-to = Sent +postpone = Drafts +cache-headers = true + +[CERN] +source = imaps+insecure://twilken@imap.cern.ch +outgoing = smtp+login://twilken@smtp.cern.ch +source-cred-cmd = pass cern/sso | head -1 +outgoing-cred-cmd = pass cern/sso | head -1 +default = INBOX +smtp-starttls = yes +from = Timo Wilken +copy-to = Sent +postpone = Drafts +cache-headers = true + +[Gmail] +source = imaps://timo.21.wilken%40gmail.com@imap.gmail.com +outgoing = smtps+login://timo.21.wilken%40gmail.com@smtp.gmail.com +source-cred-cmd = pass www/google/app-passwords/mutt | head -1 +outgoing-cred-cmd = pass www/google/app-passwords/mutt | head -1 +default = INBOX +from = Timo Wilken +copy-to = [Gmail]/Sent Mail +postpone = [Gmail]/Drafts +cache-headers = true + +[Cantab] +source = imaps+xoauth2://tw466%40cantab.ac.uk@outlook.office365.com +outgoing = smtps+xoauth2://tw466%40cantab.ac.uk@smtp-mail.outlook.com +source-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/cantab.gpg" +outgoing-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/cantab.gpg" +default = INBOX +from = Timo Wilken +copy-to = Sent Items +postpone = Drafts +cache-headers = true + +[Outlook] +source = imaps+xoauth2://timo_wilken%40live.co.uk@outlook.office365.com +outgoing = smtps+xoauth2://timo_wilken%40live.co.uk@smtp-mail.outlook.com +source-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/outlook.gpg" +outgoing-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/outlook.gpg" +default = INBOX +from = Timo Wilken +copy-to = Sent +postpone = Drafts +cache-headers = true -- cgit v1.2.3