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

This commit is contained in:
Daniel Fichtinger 2025-03-14 00:30:06 -04:00
parent 262c8caac1
commit 826d672a02
9 changed files with 12 additions and 48 deletions

View file

@ -15,7 +15,7 @@ source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-tes
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
default = INBOX
copy-to = Sent
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
@ -26,7 +26,7 @@ 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 = INBOX
default = InboxNM
from = Daniel Fichtinger <daniel@ficd.ca>
copy-to = Sent
cache-headers = true
@ -41,7 +41,7 @@ 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 = Inbox
default = InboxNM
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
copy-to = Sent
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig

View file

@ -397,7 +397,7 @@ reverse-thread-order=true
# (IMAP server or notmuch), threads will be built by the client.
#
# Default: false
threading-enabled=true
# threading-enabled=true
# Force client-side thread building
#

View file

@ -20,7 +20,8 @@ I = :next-tab<Enter>
o = :exec /home/fic/.config/aerc/mail-sync.sh<Enter>
q = :prompt 'Quit?' quit<Enter>
t = :flag -t -x<space><tab>
t = :toggle-threads<Enter>
T = :flag -t -x<space><tab>
mr = :read<Enter>
mu = :unread<Enter>

View file

@ -1,2 +1,2 @@
Inbox=tag:inbox and not tag:archived and not tag:deleted and tag:personal
Sent=from:daniel@ficd.ca or from:ficcdaf@proton.me or from:isafic@proton.me
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:personal
SentNM=from:daniel@ficd.ca or from:ficcdaf@proton.me or from:isafic@proton.me

View file

@ -1,2 +1,2 @@
Inbox=tag:inbox and not tag:archived and not tag:deleted and tag:school
Sent=from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school
SentNM=from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca

View file

@ -1,5 +0,0 @@
[[language]]
name = "json"
file-types = [
"conf"
]

View file

@ -1,16 +0,0 @@
host: outlook.office365.com
port: 993
tls: true,
tlsOptions:
rejectUnauthorized: true
starttls: true
username: 18daf3@queensu.ca
passwordCMD: '~/tools/mutt_oauth2.py ~/tools/tokenfile-test'
xoAuth2: true
onNewMail: '/home/fic/.config/aerc/mail-sync.sh'
wait: 20
boxes:
-
mailbox: INBOX
-
mailbox: Sent Items

View file

@ -1,16 +0,0 @@
host: 127.0.0.1
port: 1143
tls: false,
tlsOptions:
rejectUnauthorized: false
starttls: true
username: daniel@ficd.ca
passwordCMD: 'pass show proton/bridge'
xoAuth2: false
onNewMail: '/home/fic/.config/aerc/mail-sync.sh'
wait: 20
boxes:
-
mailbox: INBOX
-
mailbox: Sent

View file

@ -1,4 +1,4 @@
#!/bin/sh
notmuch tag +school -- "is:new path:school/**"
notmuch tag +personal-- "is:new path:personal/**"
notmuch tag +school -new -- "is:new path:school/**"
notmuch tag +personal -new -- "is:new path:personal/**"