diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-23 01:28:11 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-23 01:28:11 +0200 |
commit | d1de575a36831ee876ad75adefd983d232dd69d1 (patch) | |
tree | 1bd242c2507324d1f6387970153e21a263b8dfdf /.config/aerc/accounts.conf | |
parent | b04ff241e146fa60be4828dc0413dd9fbcd370e1 (diff) |
aerc: Add my aerc configuration
Diffstat (limited to '.config/aerc/accounts.conf')
-rw-r--r-- | .config/aerc/accounts.conf | 45 |
1 files changed, 45 insertions, 0 deletions
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 <mail@thomasvoss.com> +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 <mail@euro-cash.eu> +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 <thomasvoss@live.com> +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 <thomas.voss@humanwave.nl> +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' |