diff options
Diffstat (limited to '')
-rw-r--r-- | home/mail/accounts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |