Skip to content

Commit

Permalink
does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Roy committed Aug 9, 2017
1 parent 32d7f42 commit 712368d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ notmuch tag +archives/2017 -inbox -unread -- tag:new AND folder:archives/2017
notmuch tag +archives/2017 -inbox -unread -- tag:new AND folder:ampoliros/Archive.2017

# Mute incoming mail in response to already muted threads
THREAD_TAGS="muted"
for tag in "$THREAD_TAGS"; do
notmuch tag +$tag $(notmuch search --output=threads tag:$tag AND tag:new)
done
# THREAD_TAGS="muted"
# for tag in "$THREAD_TAGS"; do
# notmuch tag +$tag $(notmuch search --output=threads tag:$tag AND tag:new)
# done

# tag all spam accordingly
notmuch tag +spam -inbox -- tag:new AND \(folder:Spam OR folder:ampoliros/Spam\)
Expand Down

0 comments on commit 712368d

Please sign in to comment.