Since we do not use neomutt anymore. Additionally, perhaps a 'mail-' prefixed system is better for scripts etc which run independent of a specific MUA.
21 lines
798 B
Text
21 lines
798 B
Text
[Personal]
|
|
source = notmuch://~/documents/mail
|
|
maildir-store = ~/documents/mail
|
|
query-map = ~/.config/aerc/Personal.qmap
|
|
default = Inbox
|
|
folders-sort = Inbox,Drafts,Sent
|
|
check-mail-cmd = mail-sync
|
|
exclude-tags = spam
|
|
multi-file-strategy = act-dir-delete-rest
|
|
restrict-delete = true
|
|
|
|
outgoing = msmtp
|
|
from = {{with_default mail_aerc_from_email "Jane Doe <mail@jane.doe>"}}
|
|
{{#if mail_aerc_aliases_email}}
|
|
aliases = {{mail_aerc_aliases_email}}
|
|
{{/if}}
|
|
use-envelope-from = true
|
|
copy-to = Sent
|
|
pgp-opportunistic-encrypt = true
|
|
|
|
address-book-cmd = khard email --parsable --remove-first-line %s
|