notmuch: Update hooks
This commit is contained in:
parent
690a2568d5
commit
55aa8be680
6 changed files with 63 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ pass = "~"
|
|||
"office/.config/msmtp/config" = { target = "~/.config/msmtp/config", type = "template" }
|
||||
"office/.config/aerc/accounts.conf" = { target = "~/.config/aerc/accounts.conf", type = "template" }
|
||||
"office/.config/aerc/Personal.qmap" = { target = "~/.config/aerc/Personal.qmap", type = "template" }
|
||||
"office/.config/notmuch/default/hooks/post-new" = { target = "~/.config/notmuch/default/hooks/post-new", 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,6 +23,9 @@ mail_personal_password_cmd = ""
|
|||
mail_notmuch_name = ""
|
||||
mail_notmuch_primary_email = ""
|
||||
mail_notmuch_other_email = ""
|
||||
mail_notmuch_hook_labels = [
|
||||
"+list -- from:notifications@github.com"
|
||||
]
|
||||
|
||||
mail_aerc_from_email = ""
|
||||
mail_aerc_aliases_email = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue