From 8d516fa5f3749e94b92a409bfb0867c0ce72e3e5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 14 Mar 2025 19:30:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-14 19:30:06 --- .config/aerc/accounts.conf | 84 ++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 0bf5c373..8f3b3ef9 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,49 +1,53 @@ [Personal] -source = imap://daniel%40ficd.ca@127.0.0.1:1143 -source-cred-cmd = pass show proton/bridge -outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025 -outgoing-cred-cmd = pass show proton/bridge -default = INBOX -from = Daniel Fichtinger -copy-to = Sent -cache-headers = true -signature-file = /home/fic/mail/daniel@ficd.ca.sig +source = imap://daniel%40ficd.ca@127.0.0.1:1143 +source-cred-cmd = pass show proton/bridge +outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025 +outgoing-cred-cmd = pass show proton/bridge +default = INBOX +from = Daniel Fichtinger +copy-to = Sent +cache-headers = true +signature-file = /home/fic/mail/daniel@ficd.ca.sig [School] -source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com -source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test -outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587 -outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test -from = Daniel Fichtinger -default = INBOX -copy-to = Sent -signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig +source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com +source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test +outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587 +outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test +from = Daniel Fichtinger +default = INBOX +copy-to = Sent +signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig [Personal-Local] -source = notmuch://~/.mail/ -maildir-store = ~/.mail/ +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 -copy-to = Sent -cache-headers = true -signature-file = /home/fic/mail/daniel@ficd.ca.sig -check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh -exclude-tags = spam,archive,deleted +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 +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 [School-Local] -source = notmuch://~/.mail/ -maildir-store = ~/.mail/ +source = notmuch://~/.mail/ +maildir-store = ~/.mail/ maildir-account-path = school -query-map = ~/.config/aerc/school-map.conf -outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587 -outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test -default = InboxNM -from = Daniel Fichtinger -copy-to = Sent -signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig -check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh -exclude-tags = spam,archive,deleted +query-map = ~/.config/aerc/school-map.conf +outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587 +outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test +default = InboxNM +from = Daniel Fichtinger +copy-to = sent +signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig +check-mail-cmd = /home/fic/.config/mail/mail-sync.sh +check-mail = 5m +exclude-tags = spam,archive,deleted +folders-sort = InboxNM, SentNM