]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 20:33:54 +0000 (20:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Apr 2004 20:33:54 +0000 (20:33 +0000)
ChangeLog

index 20ce65d70a5c8a8b848f2d82591a2a036f88c1e3..967f676776c2050552821491ac3d87ed704caee7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-04-12 20:33:33  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * commands.c, curs_main.c, mutt.h, mutt_crypt.h, pager.c,
+       recvattach.c: A belated fix for #1808 (Debian #233106): Make
+       sure check-traditional-pgp doesn't leave the pager context
+       unnecessarily.  This makes message-hooks like this one safe:
+
+         message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"'
+               \ "exec check-traditional-pgp"
+
 2004-04-12 19:53:29  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
 
        * doc/manual.sgml.head, init.h: Various documentation fixes,