X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=copy.h;h=f0a9b86bff832ddd7a8b4e3d8d95585e5abe3e44;hp=c03d5f85c6fa5f8f4bf8658a8fc66084f14a86bc;hb=3d937534e7b1ee723f86594b5e4c64c95158a933;hpb=d7c69d8f0180e24b9ee48088d08090df7b4e27c2 diff --git a/copy.h b/copy.h index c03d5f8..f0a9b86 100644 --- a/copy.h +++ b/copy.h @@ -25,14 +25,15 @@ #define M_CM_WEED (1<<5) /* weed message/rfc822 attachment headers */ #define M_CM_CHARCONV (1<<6) /* perform character set conversions */ #define M_CM_PRINTING (1<<7) /* printing the message - display light */ +#define M_CM_REPLYING (1<<8) /* replying the message */ -#define M_CM_DECODE_PGP (1<<8) /* used for decoding PGP messages */ -#define M_CM_DECODE_SMIME (1<<9) /* used for decoding S/MIME messages */ +#define M_CM_DECODE_PGP (1<<9) /* used for decoding PGP messages */ +#define M_CM_DECODE_SMIME (1<<10) /* used for decoding S/MIME messages */ #define M_CM_DECODE_CRYPT (M_CM_DECODE_PGP | M_CM_DECODE_SMIME) -#define M_CM_VERIFY (1<<10) /* do signature verification */ +#define M_CM_VERIFY (1<<11) /* do signature verification */