AutoYADM commit: 2025-03-14 19:30:06
This commit is contained in:
parent
284a6128ef
commit
8d516fa5f3
1 changed files with 44 additions and 40 deletions
|
@ -1,49 +1,53 @@
|
||||||
[Personal]
|
[Personal]
|
||||||
source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
||||||
source-cred-cmd = pass show proton/bridge
|
source-cred-cmd = pass show proton/bridge
|
||||||
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 = INBOX
|
default = INBOX
|
||||||
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
|
||||||
|
|
||||||
[School]
|
[School]
|
||||||
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
||||||
source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
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 = 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/
|
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/aerc/mail-sync.sh
|
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||||
exclude-tags = spam,archive,deleted
|
check-mail = 5m
|
||||||
|
exclude-tags = spam,archive,deleted
|
||||||
|
folders-sort = InboxNM, SentNM
|
||||||
|
|
||||||
[School-Local]
|
[School-Local]
|
||||||
source = notmuch://~/.mail/
|
source = notmuch://~/.mail/
|
||||||
maildir-store = ~/.mail/
|
maildir-store = ~/.mail/
|
||||||
maildir-account-path = school
|
maildir-account-path = school
|
||||||
query-map = ~/.config/aerc/school-map.conf
|
query-map = ~/.config/aerc/school-map.conf
|
||||||
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
|
||||||
default = InboxNM
|
default = InboxNM
|
||||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||||
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
|
||||||
check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||||
exclude-tags = spam,archive,deleted
|
check-mail = 5m
|
||||||
|
exclude-tags = spam,archive,deleted
|
||||||
|
folders-sort = InboxNM, SentNM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue