diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 |
commit | 03f5bb39561fad4d7745ff796b91f73933d99259 (patch) | |
tree | c02bf7e1b0657c555412c895f4efebdad777dde2 /.config/aerc/accounts.conf | |
parent | fad74e4384176f8cf98c86cfbf5c0468c0f49dce (diff) | |
parent | eb28738864a4b3dfe4443e897ccdea21c0765dc0 (diff) |
Merge branch 'master' of github.com:Mango0x45/dotfiles
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 |