From: Richard Russon Date: Mon, 24 Sep 2018 09:50:40 +0000 (+0100) Subject: docs: fix 'hidden_tags' references X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f066353248fee1bf16f59aa0f14e47d1d666378a;p=neomutt docs: fix 'hidden_tags' references Fixes #1347 [ci skip] --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 7cf69d224..8a7d93f4d 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -14326,7 +14326,7 @@ bind index \CG get-message # -------------------------------------------------------------------------- # 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" # -------------------------------------------------------------------------- # FUNCTIONS – shown with an example mapping # -------------------------------------------------------------------------- @@ -14365,7 +14365,7 @@ bind index,pager tt "<modify-labels>!todo\n" "Toggle the 'todo' tag" # set index_format='%4C %S %[%y.%m.%d] %-18.18n %?GU?%GU& ? %?GR?%GR& ? %?GI?%GI& ? %s' # The %G formatting sequence may display all tags including tags hidden by -# nm_hidden_tags. +# hidden_tags. # # -------------------------------------------------------------------------- # COLORS – some unpleasant examples are given