summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-05 14:35:11 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-05 14:35:11 +0000
commit4a3e38f09949c92947e227122e227ef311a1e170 (patch)
tree7952c23bdba7a5a6c87bac5cbdc13a6c05364063 /mutt.h
parent6033893cb58a49f3bcada5caa84ab4ffed08d534 (diff)
[unstable] Adding experimental new character set conversion code.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index b4271ac5..a5c902a9 100644
--- a/mutt.h
+++ b/mutt.h
@@ -464,7 +464,6 @@ typedef struct content
unsigned int binary : 1; /* long lines, or CR not in CRLF pair */
unsigned int from : 1; /* has a line beginning with "From "? */
unsigned int dot : 1; /* has a line consisting of a single dot? */
- unsigned int nonasc : 1; /* has unicode characters out of ASCII range */
} CONTENT;
typedef struct body