]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/upstream/533370-pgp-inline.patch
adding a missing bug number
[software/mutt-debian.git] / debian / patches / upstream / 533370-pgp-inline.patch
index a928e7a98c5863c3e62df7b0953b33c2dcf8aee8..da37b358b064e0089a0a5af8743fdaae0c7ec994 100644 (file)
@@ -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;