diff options
author | Ben Sima <ben@bsima.me> | 2018-11-12 11:45:58 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-12 11:45:58 -0800 |
commit | 0e3e622a9e0a3be5c9d39444f60becb057fa5221 (patch) | |
tree | 5c7ab7dc00e1fc6592279b2bc12ba89373cf0ee8 | |
parent | 153032f5232cacac38d0ed0a7a5b98b1a2216fe3 (diff) |
fix notmuch new tags
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ in notmuch = { enable = true; - new.tags = [ "unread" "inbox" ]; + new.tags = [ "new" ]; hooks = { preNew = '' msmtp-queue -r |