+mutt (1.5.20-5) unstable; urgency=low
+
+ * debian/patches:
+ + upstream/533370-pgp-inline.patch: fixing the patch from 1.5.20-3, now
+ pgp.c is correctly included (Closes: 533370)
+
+ -- Antonio Radici <antonio@dyne.org> Wed, 16 Sep 2009 22:31:22 +0100
+
mutt (1.5.20-4) unstable; urgency=low
* Backing out the broken mutt-patched/sidebar-newonly patch
}
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;