summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-06-16 10:21:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-06-16 10:21:34 +0000
commit991910c8d3f70402713c4955fa4d11630cc6c995 (patch)
tree1b47a00251d84084936c4291a64748367d4385e1 /mutt.h
parent974d192c10abc70a0bf5114eb0539a9bf1c3cbd8 (diff)
patch-1.3.3.tlr.change_charset.1
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