aerc: Add accounts configuration template

Uses private from-email and email aliases fields.
This commit is contained in:
Marty Oehme 2025-09-23 09:58:29 +02:00
parent 9dcda2a53d
commit f88c80b129
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 25 additions and 0 deletions

View file

@ -59,6 +59,7 @@ pass = "~"
"office/.config/goimapnotify/goimapnotify.yaml" = { target = "~/.config/goimapnotify/goimapnotify.yaml", type = "template" }
"office/.config/isync/mbsyncrc" = { target = "~/.config/isync/mbsyncrc", type = "template" }
"office/.config/msmtp/config" = { target = "~/.config/msmtp/config", type = "template" }
"office/.config/aerc/accounts.conf" = { target = "~/.config/aerc/accounts.conf", type = "template" }
"office/.config/neomutt/account" = { target = "~/.config/neomutt/account", type = "template" }
"office/.config/neomutt/profile.gmail" = { target = "~/.config/neomutt/profile.gmail", type = "template" }
"office/.config/neomutt/profile.private" = { target = "~/.config/neomutt/profile.private", type = "template" }