fix(neomutt): update notmuch config
nm_hidden_tags changed to hidden_tags upstream
This commit is contained in:
parent
85ec905878
commit
02d7bfe14b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue