AutoYADM commit: 2025-03-14 23:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-14 23:45:07 -04:00
parent 88067e0865
commit d98ecd6636
4 changed files with 9 additions and 4 deletions

View file

@ -831,6 +831,7 @@ aerc-startup=/home/fic/.config/mail/mail-sync.sh &
# #
# Executed when aerc shuts down. # Executed when aerc shuts down.
#aerc-shutdown= #aerc-shutdown=
aerc-shutdown=/home/fic/.config/mail/mail-sync.sh &
# #
# Executed when notmuch tags are modified. # Executed when notmuch tags are modified.

View file

@ -1,4 +1,5 @@
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:personal and not tag:sent 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
SentNM=tag:sent and tag:personal SentNM=tag:sent and tag:personal
to-me=tag:to-me to-me=tag:to-me
sr.ht=tag:inbox and tag:srht sr.ht=tag:inbox and tag:srht
git=tag:inbox and tag:git

View file

@ -1,2 +1,5 @@
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school and not tag:sent 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
SentNM=tag:sent and tag:school SentNM=tag:sent and tag:school
to-me=tag:to-me
# sr.ht=tag:inbox and tag:srht
# git=tag:inbox and tag:git

View file

@ -57,10 +57,10 @@ Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Group protonmail Group personal
Channel pm-inbox Channel pm-inbox
Channel pm-sent Channel pm-sent
Group outlook Group school
Channel outlook-inbox Channel outlook-inbox
Channel outlook-sent Channel outlook-sent