From: Michael Elkins Date: Mon, 17 Dec 2012 03:33:29 +0000 (-0800) Subject: update documentation for $pgp_getkeys_command to note that %r is replaced with the... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5605a999327e353e5f5787e073fb186c509eda7;p=neomutt update documentation for $pgp_getkeys_command to note that %r is replaced with the email address, not the public key ID closes #1208 --- diff --git a/init.h b/init.h index 75da9bf58..62c6b57ab 100644 --- a/init.h +++ b/init.h @@ -1789,9 +1789,11 @@ struct option_t MuttVars[] = { { "pgp_getkeys_command", DT_STR, R_NONE, UL &PgpGetkeysCommand, 0}, /* ** .pp - ** This command is invoked whenever mutt will need public key information. - ** Of the sequences supported by $$pgp_decode_command, %r is the only - ** \fCprintf(3)\fP-like sequence used with this format. + ** This command is invoked whenever Mutt needs to fetch the public key associated with + ** an email address. Of the sequences supported by $$pgp_decode_command, %r is + ** the only \fCprintf(3)\fP-like sequence used with this format. Note that + ** in this case, %r expands to the email address, not the public key ID (the key ID is + ** unknown, which is why Mutt is invoking this command). ** (PGP only) */ { "pgp_good_sign", DT_RX, R_NONE, UL &PgpGoodSign, 0 },