summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
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/**