]> granicus.if.org Git - mutt/commit
Enable %a format string for all pgp command configs. (closes #3699)
authorKevin McCarthy <kevin@8t8.us>
Sat, 21 Jun 2014 20:51:38 +0000 (13:51 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 21 Jun 2014 20:51:38 +0000 (13:51 -0700)
commit6168ad134a5aa7357c23637630796e0984165dab
treefe4c055ec26f9c6525c2cf4b6b5716a10ddfd5b4
parentb61ad2ca7e8771d879a630f0811e21611d090f45
Enable %a format string for all pgp command configs. (closes #3699)

Currently, the documentation states that, with the exception of
pgp_getkeys_command, all the PGP format commands should be available to
the pgp_*_command configuration variables.

However, the %a format is actually only enabled for
pgp_clearsign_command, pgp_encrypt_sign_command, and pgp_sign_command.

Philip Rinn discovered this problem when he was trying to add a
"--encrypt-to %a" to pgp_encrypt_only_command.  Rather than just fix
the one configuration he was having the problem with, this patch
enables %a usage for all of them. (With the exception of the documented
pgp_getkeys_command.)
pgpinvoke.c