On 1999-02-16 22:56:58 +0100, Byrial Jensen wrote: > 0.96i seems to always invoke PGP to verify pgp-signed messages even > if $pgp_verify_sig is unset. Ups, this was the symptom of an ugly error. The problem was also present in 0.95.3, although with other symptoms. tlr -- http://home.pages.de/~roessler/
Index: copy.h =================================================================== RCS file: /home/roessler/cvsroot/mutt/copy.h,v retrieving revision 2.3 retrieving revision 2.4 diff -u -r2.3 -r2.4 --- copy.h 1999/02/02 15:47:52 2.3 +++ copy.h 1999/02/17 14:09:39 2.4 @@ -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