t5319: expand test data
[gitweb.git] / mailinfo.h
index 1e97b737f3e326fe88de4577b41b095a8ce82de0..04a25351d6d39c4d0bb00943bb23ee99e8d41bcf 100644 (file)
@@ -27,10 +27,12 @@ struct mailinfo {
        int patch_lines;
        int filter_stage; /* still reading log or are we copying patch? */
        int header_stage; /* still checking in-body headers? */
+       struct strbuf inbody_header_accum;
        struct strbuf **p_hdr_data;
        struct strbuf **s_hdr_data;
 
        struct strbuf log_message;
+       int input_error;
 };
 
 extern void setup_mailinfo(struct mailinfo *);