Add markdown signature and introduce inbox tag

This commit is contained in:
2017-11-14 14:11:11 +01:00
parent 000856a0ef
commit 3f8726c26c
3 changed files with 13 additions and 2 deletions

View File

@@ -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