AutoYADM commit: 2025-03-15 00:00:06

This commit is contained in:
Daniel Fichtinger 2025-03-15 00:00:06 -04:00
parent d98ecd6636
commit 2792ba6739
3 changed files with 26 additions and 25 deletions

View file

@ -1,25 +1,4 @@
[Personal] [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 <daniel@ficd.ca>
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 <fichtinger.d@queensu.ca>
default = INBOX
copy-to = Sent
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
[Personal-Local]
source = notmuch://~/.mail/ source = notmuch://~/.mail/
maildir-store = ~/.mail/ maildir-store = ~/.mail/
maildir-account-path = personal maildir-account-path = personal
@ -36,7 +15,7 @@ check-mail = 5m
exclude-tags = spam,archive,deleted exclude-tags = spam,archive,deleted
folders-sort = InboxNM, SentNM folders-sort = InboxNM, SentNM
[School-Local] [school]
source = notmuch://~/.mail/ source = notmuch://~/.mail/
maildir-store = ~/.mail/ maildir-store = ~/.mail/
maildir-account-path = school maildir-account-path = school
@ -51,3 +30,24 @@ 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 folders-sort = InboxNM, SentNM
[Personal-IMAP]
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 <daniel@ficd.ca>
copy-to = Sent
cache-headers = true
signature-file = /home/fic/mail/daniel@ficd.ca.sig
[School-IMAP]
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 <fichtinger.d@queensu.ca>
default = INBOX
copy-to = Sent
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig

View file

@ -835,11 +835,11 @@ aerc-shutdown=/home/fic/.config/mail/mail-sync.sh &
# #
# Executed when notmuch tags are modified. # Executed when notmuch tags are modified.
#tag-modified= tag-modified=/home/fic/.config/mail/mail-sync.sh &
# #
# Executed when flags are changed on a message. # Executed when flags are changed on a message.
#flag-changed=mbsync "$AERC_ACCOUNT:$AERC_FOLDER" & flag-changed=/home/fic/.config/mail/mail-sync.sh &
[templates] [templates]
# Templates are used to populate email bodies automatically. # Templates are used to populate email bodies automatically.

View file

@ -24,6 +24,7 @@ t = :toggle-threads<Enter>
T = :flag -t -x<space><tab> T = :flag -t -x<space><tab>
mr = :read<Enter> mr = :read<Enter>
mu = :unread<Enter> mu = :unread<Enter>
md = :modify-labels +deleted<Enter>
n = :next<Enter> n = :next<Enter>
<Down> = :next<Enter> <Down> = :next<Enter>