From 0e3e622a9e0a3be5c9d39444f60becb057fa5221 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 12 Nov 2018 11:45:58 -0800 Subject: fix notmuch new tags --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 40caf40..90fb480 100644 --- a/common.nix +++ b/common.nix @@ -281,7 +281,7 @@ in notmuch = { enable = true; - new.tags = [ "unread" "inbox" ]; + new.tags = [ "new" ]; hooks = { preNew = '' msmtp-queue -r -- cgit v1.2.3