From ea62d3031353c9fc4f95dba7b7e4e0efbb31a56d Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 19 Feb 2018 09:11:57 +0100 Subject: [PATCH] remove new tag --- astroid/poll.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astroid/poll.sh b/astroid/poll.sh index 13a6f79..e26767a 100755 --- a/astroid/poll.sh +++ b/astroid/poll.sh @@ -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"