remove new tag

This commit is contained in:
2018-02-19 09:11:57 +01:00
parent 9893b5f5f6
commit ea62d30313

View File

@@ -45,5 +45,8 @@ echo "[DEBUG] Mark mails in trash folders read"
notmuch tag -unread -- path:Trash/**
notmuch tag -unread -- path:Trash.ignore-mod/**
# Remove "new" tag
echo "[DEBUG] Remove the 'new' tag"
notmuch tag -new -- tag:new
echo "[DEBUG] poll.sh exited successfully"