Add markdown signature and introduce inbox tag
This commit is contained in:
@@ -27,6 +27,10 @@ notmuch new
|
||||
echo "[DEBUG] Tag mails in offline ARCHIVE folder"
|
||||
notmuch tag +archive -- path:ARCHIVE/**
|
||||
|
||||
# Inbox
|
||||
echo "[DEBUG] Tag mails in in INBOX folder"
|
||||
notmuch tag +inbox -- path:INBOX/**
|
||||
|
||||
# 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