diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-01-04 23:46:18 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-01-04 23:46:18 +0100 |
commit | 4f73eef10f17d699dc6aa9c62f4102bede424de4 (patch) | |
tree | a13a31a92426d7e485d3720879abd9ee13456d4d /.config/aerc/accounts.conf | |
parent | e46801bb500e8437b0cb5558faa7d6c0ef9d8a80 (diff) |
aerc, isync, msmtp: Configure multiple euro-cash.eu accounts
Diffstat (limited to '.config/aerc/accounts.conf')
-rw-r--r-- | .config/aerc/accounts.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 2f6304b..9c7303b 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -9,7 +9,7 @@ outgoing = /usr/bin/msmtp outgoing‐cred‐cmd = vlt raw Email mail@thomasvoss.com signature-cmd = printf '— Thomas' -[EuroCash] +[EuroCash (Admin)] copy-to = Sent default = Inbox folders-sort = Inbox @@ -20,6 +20,17 @@ outgoing = /usr/bin/msmtp outgoing‐cred‐cmd = vlt raw Email mail@euro-cash.eu signature-cmd = printf '— Thomas' +[EuroCash (Bugs)] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = EuroCash Bugs <bugs@euro-cash.eu> +source = maildir://~/mail/bugs@euro-cash.eu +source‐cred‐cmd = vlt raw Email bugs@euro-cash.eu +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email bugs@euro-cash.eu +signature-cmd = printf '— Thomas' + [Legacy] copy-to = Sent default = Inbox |