summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index f214dcba..41c11b15 100644
--- a/mutt.h
+++ b/mutt.h
@@ -544,12 +544,18 @@ typedef struct body
*/
unsigned int tagged : 1;
unsigned int deleted : 1; /* attachment marked for deletion */
+
unsigned int noconv : 1; /* don't do character set conversion */
+ unsigned int force_charset : 1;
+ /* send mode: don't adjust the character
+ * set when in send-mode.
+ */
#ifdef HAVE_PGP
unsigned int goodsig : 1; /* good PGP signature */
#endif
+
} BODY;
typedef struct header