{ "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 },