From: Kevin McCarthy Date: Thu, 9 May 2019 20:48:44 +0000 (-0700) Subject: Add note about %r for the pgp_list_*_command vars. X-Git-Tag: mutt-1-12-rel~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f56878273e468606dbf8197e78c83783bb4b4410;p=mutt Add note about %r for the pgp_list_*_command vars. In this case %r is the list of search strings. --- diff --git a/init.h b/init.h index 3a18ab3c..dcb157f0 100644 --- a/init.h +++ b/init.h @@ -2283,6 +2283,8 @@ struct option_t MuttVars[] = { ** .pp ** This is a format string, see the $$pgp_decode_command command for ** possible \fCprintf(3)\fP-like sequences. + ** Note that in this case, %r expands to the search string, which is a list of + ** one or more quoted values such as email address, name, or keyid. ** (PGP only) */ { "pgp_list_secring_command", DT_STR, R_NONE, UL &PgpListSecringCommand, 0}, @@ -2303,6 +2305,8 @@ struct option_t MuttVars[] = { ** .pp ** This is a format string, see the $$pgp_decode_command command for ** possible \fCprintf(3)\fP-like sequences. + ** Note that in this case, %r expands to the search string, which is a list of + ** one or more quoted values such as email address, name, or keyid. ** (PGP only) */ { "pgp_long_ids", DT_BOOL, R_NONE, OPTPGPLONGIDS, 1 },