AutoYADM commit: 2025-03-16 01:30:06
This commit is contained in:
parent
eeabdf91a6
commit
56ef92bfff
3 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ 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/mail/mail-sync.sh
|
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||||
|
@ -32,7 +32,7 @@ outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:
|
||||||
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/mail/mail-sync.sh
|
check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||||
check-mail = 5m
|
check-mail = 5m
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:personal and not tag:sent and not tag:git and not tag:srht
|
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:personal and not tag:git and not tag:srht
|
||||||
SentNM=tag:sent and tag:personal
|
SentNM=tag:sent and tag:personal
|
||||||
to-me=tag:to-me and tag:personal
|
to-me=tag:to-me and tag:personal
|
||||||
sr.ht=tag:inbox and tag:srht and tag:personal
|
sr.ht=tag:inbox and tag:srht and tag:personal
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school and not tag:sent and not tag:git and not tag:srht
|
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school and not tag:git and not tag:srht
|
||||||
SentNM=tag:sent and tag:school
|
SentNM=tag:sent and tag:school and (from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca)
|
||||||
to-me=tag:to-me and tag:school
|
to-me=tag:to-me and tag:school
|
||||||
# sr.ht=tag:inbox and tag:srht
|
# sr.ht=tag:inbox and tag:srht
|
||||||
# git=tag:inbox and tag:git
|
# git=tag:inbox and tag:git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue