From 02f8fa01dc80c7207c8ef7498bf4dc2efa170c04 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 21 Apr 2022 17:39:41 -0700 Subject: mail: fix tags for notmuch The default tags should be unread and new, otherwise there's nothing left for `afew` to tag. --- home/mail/accounts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/mail') diff --git a/home/mail/accounts/default.nix b/home/mail/accounts/default.nix index 3a9a0e4..1bc1c37 100644 --- a/home/mail/accounts/default.nix +++ b/home/mail/accounts/default.nix @@ -38,7 +38,7 @@ in { programs.notmuch = { enable = true; maildir.synchronizeFlags = true; - new.tags = [ "unread" "inbox" ]; + new.tags = [ "unread" "new" ]; new.ignore = [ "Trash" ]; search.excludeTags = [ "spam" "deleted" ]; hooks = { -- cgit 1.4.1