AutoYADM commit: 2025-03-16 00:30:06
This commit is contained in:
parent
49a8505990
commit
2ddaae1cd7
2 changed files with 21 additions and 15 deletions
|
@ -1,19 +1,24 @@
|
|||
[personal]
|
||||
source = notmuch://~/.mail/
|
||||
maildir-store = ~/.mail/
|
||||
maildir-account-path = personal
|
||||
query-map = ~/.config/aerc/personal-map.conf
|
||||
outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025
|
||||
outgoing-cred-cmd = pass show proton/bridge
|
||||
default = InboxNM
|
||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
copy-to = sent
|
||||
cache-headers = true
|
||||
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||
check-mail = 5m
|
||||
exclude-tags = spam,archive,deleted
|
||||
folders-sort = InboxNM, SentNM, to-me, sr.ht, git
|
||||
source = notmuch://~/.mail/
|
||||
maildir-store = ~/.mail/
|
||||
maildir-account-path = personal
|
||||
query-map = ~/.config/aerc/personal-map.conf
|
||||
outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025
|
||||
outgoing-cred-cmd = pass show proton/bridge
|
||||
default = InboxNM
|
||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
copy-to = sent
|
||||
cache-headers = true
|
||||
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||
check-mail = 5m
|
||||
exclude-tags = spam,archive,deleted
|
||||
folders-sort = InboxNM, SentNM, to-me, sr.ht, git
|
||||
pgp-auto-sign = true
|
||||
pgp-self-encrypt = true
|
||||
pgp-opportunistic-encrypt = false
|
||||
pgp-error-level = warn
|
||||
pgp-key-id = 965699C862DA92143CDE2877D1B0947B25420214
|
||||
|
||||
[school]
|
||||
source = notmuch://~/.mail/
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#
|
||||
# Default: auto
|
||||
pgp-provider=gpg
|
||||
use-terminal-pinentry = true
|
||||
|
||||
# By default, the file permissions of accounts.conf must be restrictive and
|
||||
# only allow reading by the file owner (0600). Set this option to true to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue