]> granicus.if.org Git - mutt/commitdiff
Add note about %r for the pgp_list_*_command vars.
authorKevin McCarthy <kevin@8t8.us>
Thu, 9 May 2019 20:48:44 +0000 (13:48 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 9 May 2019 20:48:44 +0000 (13:48 -0700)
In this case %r is the list of search strings.

init.h

diff --git a/init.h b/init.h
index 3a18ab3cad2d5ba6a9ef1a87da18b523fe8528e2..dcb157f09e1fc2cfa4b3078631ee275157817750 100644 (file)
--- 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 },