AutoYADM commit: 2025-03-14 00:15:06
This commit is contained in:
parent
47064101e1
commit
262c8caac1
3 changed files with 21 additions and 4 deletions
|
@ -15,13 +15,14 @@ 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 = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||||
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||||
default = INBOX
|
default = Inbox
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||||
|
|
||||||
[Personal-Local]
|
[Personal-Local]
|
||||||
source = notmuch://~/.mail/
|
source = notmuch://~/.mail/
|
||||||
maildir-store = ~/.mail/personal
|
maildir-store = ~/.mail/
|
||||||
|
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
|
||||||
|
@ -32,3 +33,17 @@ 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/aerc/mail-sync.sh
|
check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
||||||
exclude-tags = spam,archive,deleted
|
exclude-tags = spam,archive,deleted
|
||||||
|
|
||||||
|
[School-Local]
|
||||||
|
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 = Inbox
|
||||||
|
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||||
|
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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
Inbox=tag:inbox and not tag:archived and not tag:deleted
|
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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
Inbox=tag:inbox and not tag:archived and not tag:deleted
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue