]> git.llucax.com Git - software/mutt-debian.git/blobdiff - copy.h
upstream/557395-muttrc-crypto.patch: small fix to the muttrc man (Closes: 557395)
[software/mutt-debian.git] / copy.h
diff --git a/copy.h b/copy.h
index 9aff9da65787d12a90ea79e3a1b889c6100b39d2..5f12a3c1e3b9ce1eb39cc34f8b4ee228922367a8 100644 (file)
--- a/copy.h
+++ b/copy.h
@@ -52,6 +52,7 @@
 #define CH_NOQFROM        (1<<15) /* ignore ">From " line */
 #define CH_UPDATE_IRT     (1<<16) /* update In-Reply-To: */
 #define CH_UPDATE_REFS    (1<<17) /* update References: */
 #define CH_NOQFROM        (1<<15) /* ignore ">From " line */
 #define CH_UPDATE_IRT     (1<<16) /* update In-Reply-To: */
 #define CH_UPDATE_REFS    (1<<17) /* update References: */
+#define CH_DISPLAY        (1<<18) /* display result to user */
 
 
 int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *);
 
 
 int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *);