From: Reis Radomil Date: Sun, 1 Apr 2018 13:31:16 +0000 (+0000) Subject: Describe more precisely X-Git-Tag: neomutt-20180512~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f316812e23d0430e3b4ad9d664ba884ca530b4c;p=neomutt Describe more precisely The term 'message' is used for log-messages as well as for ordinary mails. In the help 'message' usually means an email. Adjust the description of /OP_SHOW_MESSAGE to clarify that log and debug messages are meant. --- diff --git a/opcodes.h b/opcodes.h index 9e9f8a41f..8ab1c519d 100644 --- a/opcodes.h +++ b/opcodes.h @@ -218,7 +218,7 @@ _fmt(OP_SEARCH_REVERSE, N_("search backwards for a regular expression")) \ _fmt(OP_SEARCH_TOGGLE, N_("toggle search pattern coloring")) \ _fmt(OP_SHELL_ESCAPE, N_("invoke a command in a subshell")) \ - _fmt(OP_SHOW_MESSAGES, N_("show messages")) \ + _fmt(OP_SHOW_MESSAGES, N_("show log (and debug) messages")) \ _fmt(OP_SORT, N_("sort messages")) \ _fmt(OP_SORT_REVERSE, N_("sort messages in reverse order")) \ _fmt(OP_SUBSCRIBE_PATTERN, N_("subscribe to newsgroups matching a pattern")) \