From d1de575a36831ee876ad75adefd983d232dd69d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Oct 2023 01:28:11 +0200 Subject: aerc: Add my aerc configuration --- .config/aerc/accounts.conf | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .config/aerc/accounts.conf (limited to '.config/aerc/accounts.conf') diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf new file mode 100644 index 0000000..88cac87 --- /dev/null +++ b/.config/aerc/accounts.conf @@ -0,0 +1,45 @@ +[Personal] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = Thomas Voss +source = maildir://~/mail/mail@thomasvoss.com +source‐cred‐cmd = vlt raw Email mail@thomasvoss.com +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email mail@thomasvoss.com +signature-cmd = printf '— Thomas' + +[EuroCash] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = EuroCash Admin +source = maildir://~/mail/mail@euro-cash.eu +source‐cred‐cmd = vlt raw Email mail@euro-cash.eu +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email mail@euro-cash.eu +signature-cmd = printf '— Thomas' + +[Legacy] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = Thomas Voss +source = maildir://~/mail/thomasvoss@live.com +source‐cred‐cmd = vlt raw Email thomasvoss@live.com +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email thomasvoss@live.com +signature-cmd = printf '— Thomas' + +[Humanwave] +archive = [Gmail]/All Mail +copy-to = [Gmail]/Sent Mail +default = Inbox +folders-sort = Inbox +from = Thomas Voss +postpone = [Gmail]/Drafts +source = maildir://~/mail/thomas.voss@humanwave.nl +source‐cred‐cmd = vlt raw Email thomas.voss@humanwave.nl +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email thomas.voss@humanwave.nl +signature-cmd = printf '— Thomas' -- cgit v1.2.3