summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-07-01 22:58:48 +0200
committerMike Vink <mike1994vink@gmail.com>2023-07-01 22:58:48 +0200
commitf7ad1262a7e61038c0f386eb6228236685345e2c (patch)
tree2158d111d7416d6541bf136206f032f6c31ac56a /shell-scripts
parentb244546935672b604ab9e46bbb4284638dbef509 (diff)
add some stuff
Diffstat (limited to 'shell-scripts')
-rw-r--r--shell-scripts/notmuch-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-scripts/notmuch-hook b/shell-scripts/notmuch-hook
index 12e2d05..ac8a13f 100644
--- a/shell-scripts/notmuch-hook
+++ b/shell-scripts/notmuch-hook
@@ -7,7 +7,7 @@ notmuch tag -new -inbox +unread +dev -- 'tag:new and (from:/.*github.com/ or thr
notmuch tag -new +inbox +unread -- tag:new and path:gmail/Inbox/**
# Gmail + mbsync = a lot of duplicates due to the archive
-notmuch tag -new +archive -- 'path:gmail/Archive/** -path:gmail/Inbox/** -path:gmail/[Gmail]/** -path:gmail/FarDrafts/** -path:gmail/Important/** -path:gmail/Sent/**'
+notmuch tag -new -inbox +archive -- 'path:gmail/Archive/** -path:gmail/Inbox/** -path:gmail/[Gmail]/** -path:gmail/FarDrafts/** -path:gmail/Important/** -path:gmail/Sent/**'
# Tag messages with files that were moved to trash in neomutt
notmuch tag --remove-all +trash -- path:gmail/Trash/**