From: Thomas Roessler Date: Tue, 15 Apr 2003 09:53:18 +0000 (+0000) Subject: # changelog commit X-Git-Tag: pre-type-punning-patch~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77295beb3b2e5a40629bcd1c8bf101ba62bba4f9;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index ddcb8e93..5ea3be79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-04-15 09:52:06 Dale Woolridge (roessler) + + * compose.c: The "sign (a)s" code strips the pgp application + bit causing drawing issues in redraw_crypt_lines(). Other bits + (well bit = encrypt) are ignored as a result. I've only tested + with pgp, but the same problem exists in the smime code too. + This inline patch (against cvs head revision) fixes the problem. + 2003-04-14 09:09:53 Thomas Roessler (roessler) * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess