aerc: Add accounts configuration template
Uses private from-email and email aliases fields.
This commit is contained in:
parent
9dcda2a53d
commit
f88c80b129
3 changed files with 25 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ mail_personal_password_cmd = ""
|
|||
mail_notmuch_name = ""
|
||||
mail_notmuch_primary_email = ""
|
||||
mail_notmuch_other_email = ""
|
||||
|
||||
mail_aerc_from_email = ""
|
||||
mail_aerc_aliases_email = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue