AutoYADM commit: 2025-03-16 00:30:06

This commit is contained in:
Daniel Fichtinger 2025-03-16 00:30:06 -04:00
parent 49a8505990
commit 2ddaae1cd7
2 changed files with 21 additions and 15 deletions

View file

@ -1,19 +1,24 @@
[personal] [personal]
source = notmuch://~/.mail/ source = notmuch://~/.mail/
maildir-store = ~/.mail/ maildir-store = ~/.mail/
maildir-account-path = personal maildir-account-path = personal
query-map = ~/.config/aerc/personal-map.conf query-map = ~/.config/aerc/personal-map.conf
outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025 outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025
outgoing-cred-cmd = pass show proton/bridge outgoing-cred-cmd = pass show proton/bridge
default = InboxNM default = InboxNM
from = Daniel Fichtinger <daniel@ficd.ca> from = Daniel Fichtinger <daniel@ficd.ca>
copy-to = sent copy-to = sent
cache-headers = true cache-headers = true
signature-file = /home/fic/mail/daniel@ficd.ca.sig signature-file = /home/fic/mail/daniel@ficd.ca.sig
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
check-mail = 5m check-mail = 5m
exclude-tags = spam,archive,deleted exclude-tags = spam,archive,deleted
folders-sort = InboxNM, SentNM, to-me, sr.ht, git 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] [school]
source = notmuch://~/.mail/ source = notmuch://~/.mail/

View file

@ -15,6 +15,7 @@
# #
# Default: auto # Default: auto
pgp-provider=gpg pgp-provider=gpg
use-terminal-pinentry = true
# By default, the file permissions of accounts.conf must be restrictive and # 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 # only allow reading by the file owner (0600). Set this option to true to