From: Richard Russon Date: Thu, 27 Sep 2018 19:37:43 +0000 (+0100) Subject: docs: fix example X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be9cfc6f2907215b94ed342dda168dbc71aff606;p=neomutt docs: fix example --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 8a7d93f4d..6200e9874 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -14333,7 +14333,7 @@ set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypt # modify (notmuch/imap) tags bind index,pager \` modify-labels # modify (notmuch/imap) tag non-interactively. -bind index,pager tt "<modify-labels>!todo\n" "Toggle the 'todo' tag" +macro index,pager tt "<modify-labels>!todo\n" "Toggle the 'todo' tag" # modify labels and then hide message # bind index,pager ??? modify-labels-then-hide # --------------------------------------------------------------------------