From 991910c8d3f70402713c4955fa4d11630cc6c995 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 16 Jun 2000 10:21:34 +0000 Subject: patch-1.3.3.tlr.change_charset.1 --- mutt.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mutt.h') 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 -- cgit v1.2.3