tag all tagged events (event.foobar) with the general 'event' tag
This commit is contained in:
@@ -43,6 +43,9 @@ notmuch tag +archive -- path:ARCHIVE/**
|
||||
echo "[DEBUG] Tag mails in in INBOX folder"
|
||||
notmuch tag +inbox -- path:INBOX/**
|
||||
|
||||
# Tag all tagged events with the general "event" tag
|
||||
notmuch tag +event -- tag:"/event.*/"
|
||||
|
||||
# Automatic tagging based on location of mails in folders
|
||||
echo "[DEBUG] Tag mails based on their folder (tag-folder.sh)"
|
||||
bash $CURDIR/scripts/tag-folder.sh # generates commands from tag-folder.csv
|
||||
|
||||
Reference in New Issue
Block a user