]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Apr 2003 09:53:18 +0000 (09:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Apr 2003 09:53:18 +0000 (09:53 +0000)
ChangeLog

index ddcb8e935e012ed6e1731002eb79577d2c62027c..5ea3be792992bf69c7ba2010750d331ddfb70cac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-15 09:52:06  Dale Woolridge  <dale-flea-mutt-bug@woolridge.org>  (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@does-not-exist.org>  (roessler)
 
        * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess