]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/upstream/533370-pgp-inline.patch
a928e7a98c5863c3e62df7b0953b33c2dcf8aee8
[software/mutt-debian.git] / debian / patches / upstream / 533370-pgp-inline.patch
1 inline pgp messages were displayed incorrectly when pgp_auto_decode=yes, see
2 upstream http://bugs.mutt.org/3269
3
4 --- a/crypt-gpgme.c
5 +++ b/crypt-gpgme.c
6 @@ -2371,16 +2371,14 @@
7                safe_fclose (&pgpout);
8              }
9          }
10 -#if 0
11        else
12        {
13 -        /* why would we want to display this at all? */
14 +        /* A traditional PGP part may mix signed and unsigned content */
15          /* XXX - we may wish to recode here */
16          if (s->prefix)
17            state_puts (s->prefix, s);
18          state_puts (buf, s);
19        }
20 -#endif
21      }
22  
23    m->goodsig = (maybe_goodsig && have_any_sigs);