aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/aerc/accounts.conf
diff options
context:
space:
mode:
authorTimo Wilken2023-02-15 23:27:53 +0100
committerTimo Wilken2023-02-15 23:34:54 +0100
commitc2471f212ed2336c691af881e00932c1eb0a1b27 (patch)
tree385406c457b79af579f3a5cc3fe87d869edb2721 /tw/home/files/aerc/accounts.conf
parent3e9777331c3d01955e1ab9eea0d9cb155c60ce7b (diff)
Use aerc for mail by default
But keep neomutt installed for now, just in case.
Diffstat (limited to 'tw/home/files/aerc/accounts.conf')
-rw-r--r--tw/home/files/aerc/accounts.conf55
1 files changed, 55 insertions, 0 deletions
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 <timo@twilken.net>
+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 <timo.wilken@cern.ch>
+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 <timo.21.wilken@gmail.com>
+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 <tw466@cantab.ac.uk>
+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 <timo_wilken@live.co.uk>
+copy-to = Sent
+postpone = Drafts
+cache-headers = true