]> granicus.if.org Git - neomutt/commit
Use body color for gpgme output. (closes #3872)
authorAntonio Radici <antonio@dyne.org>
Tue, 20 Sep 2016 22:51:13 +0000 (15:51 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Oct 2016 14:48:34 +0000 (15:48 +0100)
commit4fcaf813317f53d1b4b59bb3c2cabc8646056dab
tree2f58a69432644eb49feb2f9ae9e362ebfab1815b
parent648204cd735f553500a92b5aa3f4d9108da06258
Use body color for gpgme output. (closes #3872)

When switching from pgp_* commands to crypt_use_gpgme=yes, Peter
Colberg noticed that the output was colored 'brightyellow'.

The issue is that crypt-gpgme.c uses state_attach_puts in various
places where it should use state_puts to maintain compatibility with
the previous behavior in pgp.c.
crypt-gpgme.c