From 484f1b317d20de6e488f46338f639a94f75906e5 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 3 Jun 2023 13:46:28 +0200 Subject: Add aerc keybinds and archive folders --- tw/home/files/aerc/accounts.conf | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tw/home/files/aerc/accounts.conf') diff --git a/tw/home/files/aerc/accounts.conf b/tw/home/files/aerc/accounts.conf index 42337401..b31bbed7 100644 --- a/tw/home/files/aerc/accounts.conf +++ b/tw/home/files/aerc/accounts.conf @@ -1,12 +1,17 @@ -[Mythic Beasts] +# Note: when adding/removing/editing an account name here, edit +# [messages:account=] and [messages:folder=] sections in binds.conf to match! + +[Mythic] 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 +archive = Archive copy-to = Sent postpone = Drafts +folders-sort = INBOX,Archive,Sent,Drafts cache-headers = true pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 @@ -19,8 +24,10 @@ source-cred-cmd = pass www/mythic-beasts/timo@wilkenfamily.de | head -1 outgoing-cred-cmd = pass www/mythic-beasts/timo@wilkenfamily.de | head -1 default = INBOX from = Timo Wilken +archive = Archive copy-to = Sent postpone = Drafts +folders-sort = INBOX,Archive,Sent,Drafts cache-headers = true pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 @@ -43,8 +50,11 @@ outgoing-cred-cmd = pass cern/exol/refresh-token default = INBOX from = Timo Wilken aliases = twilken@cern.ch +archive = Archive copy-to = Sent Items postpone = Drafts +folders-sort = INBOX,Archive,Sent Items,Drafts +folders-exclude = Calendar,~Calendar/.*,Contacts,Conversation History,Journal,Notes,Tasks cache-headers = true pgp-auto-sign = true pgp-key-id = C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C @@ -58,9 +68,13 @@ 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 +archive = [Gmail]/All Mail copy-to = [Gmail]/Sent Mail postpone = [Gmail]/Drafts +folders-sort = INBOX,[Gmail]/All Mail,[Gmail]/Sent Mail,[Gmail]/Drafts +folders-exclude = [Gmail],[Gmail]/Chats,[Gmail]/Important cache-headers = true +trusted-authres = mx.google.com pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 pgp-opportunistic-encrypt = true @@ -73,8 +87,11 @@ source-cred-cmd = pass cambridge/exol-refresh-token outgoing-cred-cmd = pass cambridge/exol-refresh-token default = INBOX from = Timo Wilken +archive = Archive copy-to = Sent Items postpone = Drafts +folders-sort = INBOX,Archive,Sent Items,Drafts +folders-exclude = Calendar,~Calendar/.*,Contacts,Conversation History,Journal,Notes,Tasks cache-headers = true pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 @@ -88,8 +105,11 @@ source-cred-cmd = pass www/microsoft/exol-refresh-token outgoing-cred-cmd = pass www/microsoft/exol-refresh-token default = INBOX from = Timo Wilken +archive = Archive copy-to = Sent postpone = Drafts +folders-sort = INBOX,Archive,Sent,Drafts +folders-exclude = Notes cache-headers = true pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 -- cgit v1.2.3