Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mailinfo.h')
-rw-r--r--mailinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mailinfo.h b/mailinfo.h
index 04a25351d6..67af28dd9f 100644
--- a/mailinfo.h
+++ b/mailinfo.h
@@ -20,6 +20,8 @@ struct mailinfo {
struct strbuf *content[MAX_BOUNDARIES];
struct strbuf **content_top;
struct strbuf charset;
+ unsigned int format_flowed:1;
+ unsigned int delsp:1;
char *message_id;
enum {
TE_DONTCARE, TE_QP, TE_BASE64