From 02d7bfe14b1e042b55c372910be9fb6cc00b43f9 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 15 Jan 2018 07:48:59 +1300 Subject: [PATCH] fix(neomutt): update notmuch config nm_hidden_tags changed to hidden_tags upstream --- mail/.config/mutt/notmuch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/.config/mutt/notmuch b/mail/.config/mutt/notmuch index 35aba90..1fbd0b1 100644 --- a/mail/.config/mutt/notmuch +++ b/mail/.config/mutt/notmuch @@ -17,7 +17,7 @@ set nm_exclude_tags = "" # This variable specifies private notmuch tags which should not be printed # on screen (index, pager). -set nm_hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypted" +set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypted" # This option specifies timeout for Notmuch database. Default is 5 seconds. set nm_open_timeout = 5