From 90718b743244197107322a84c7faa8e5e093a843 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Nov 2018 09:45:46 -0800 Subject: Fix notmuch new tags (again?) I think this was already fixed in ac3b60ac4f2c0ef3d1108ddef57098111851c560 --- email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'email.nix') diff --git a/email.nix b/email.nix index ad2f7d4..865d464 100644 --- a/email.nix +++ b/email.nix @@ -40,7 +40,7 @@ in programs = { notmuch = { enable = true; - new.tags = [ "unread" "inbox" ]; + new.tags = [ "new" ]; hooks = { preNew = '' msmtp-queue -r -- cgit v1.2.3