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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue