X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/37fb58899039ce6c07953442d461e9e80553e2a3..24d1372aec0208946117089a703451c458a4c09a:/debian/patches/upstream/533370-pgp-inline.patch?ds=sidebyside diff --git a/debian/patches/upstream/533370-pgp-inline.patch b/debian/patches/upstream/533370-pgp-inline.patch index a928e7a..da37b35 100644 --- a/debian/patches/upstream/533370-pgp-inline.patch +++ b/debian/patches/upstream/533370-pgp-inline.patch @@ -21,3 +21,21 @@ upstream http://bugs.mutt.org/3269 } m->goodsig = (maybe_goodsig && have_any_sigs); +--- a/pgp.c ++++ b/pgp.c +@@ -482,7 +482,6 @@ + state_attach_puts (_("[-- END PGP SIGNED MESSAGE --]\n"), s); + } + } +-#if 0 + else + { + /* why would we want to display this at all? */ +@@ -491,7 +490,6 @@ + state_puts (s->prefix, s); + state_puts (buf, s); + } +-#endif + } + + rc = 0;