AutoYADM commit: 2025-03-14 23:45:06
This commit is contained in:
parent
88067e0865
commit
d98ecd6636
4 changed files with 9 additions and 4 deletions
|
@ -831,6 +831,7 @@ aerc-startup=/home/fic/.config/mail/mail-sync.sh &
|
|||
#
|
||||
# Executed when aerc shuts down.
|
||||
#aerc-shutdown=
|
||||
aerc-shutdown=/home/fic/.config/mail/mail-sync.sh &
|
||||
|
||||
#
|
||||
# Executed when notmuch tags are modified.
|
||||
|
|
|
@ -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
|
||||
to-me=tag:to-me
|
||||
sr.ht=tag:inbox and tag:srht
|
||||
git=tag:inbox and tag:git
|
||||
|
|
|
@ -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
|
||||
to-me=tag:to-me
|
||||
# sr.ht=tag:inbox and tag:srht
|
||||
# git=tag:inbox and tag:git
|
||||
|
|
|
@ -57,10 +57,10 @@ Create Both
|
|||
Expunge Both
|
||||
SyncState *
|
||||
|
||||
Group protonmail
|
||||
Group personal
|
||||
Channel pm-inbox
|
||||
Channel pm-sent
|
||||
|
||||
Group outlook
|
||||
Group school
|
||||
Channel outlook-inbox
|
||||
Channel outlook-sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue