]> granicus.if.org Git - mutt/commitdiff
Some of the M_CM flags erroneously had been defined to have the same
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 17 Feb 1999 14:09:39 +0000 (14:09 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 17 Feb 1999 14:09:39 +0000 (14:09 +0000)
value.  _Very_ bad.

copy.h

diff --git a/copy.h b/copy.h
index cc8b0fa088ef27ea2fbf2a82bdb8597665b007bb..96762a22a4dd442f17474dfc89b86347b7ffb894 100644 (file)
--- a/copy.h
+++ b/copy.h
@@ -27,8 +27,8 @@
 
 
 #ifdef _PGPPATH
-#define M_CM_DECODE_PGP        (1<<5)  /* used for decoding PGP messages */
-#define M_CM_VERIFY    (1<<6)  /* do signature verification */
+#define M_CM_DECODE_PGP        (1<<7)  /* used for decoding PGP messages */
+#define M_CM_VERIFY    (1<<8)  /* do signature verification */
 #endif