]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Set MH_VERSION, OAUTH_SUPPORT, and CURL_USER_AGENT in tests/common.sh.in
[nmh] / h / mhparse.h
index 3efec9cb62dff37b2d8ab1aa364313f6c9365dab..5d7668fb2393ab58cb88c97acb4b446cbb6b411c 100644 (file)
@@ -193,6 +193,10 @@ struct Content {
 /* Structure for text content */
 struct text {
     int        tx_charset;             /* flag for character set */
 /* Structure for text content */
 struct text {
     int        tx_charset;             /* flag for character set */
+    int lf_line_endings;        /* Whether to use CR LF (0) or LF (1) line
+                                   endings.  The meaning of 0 was selected so
+                                   that CR LF is the default, in accordance
+                                   with RFC 2046, Sec. 4.1.1, Par. 1. */
 };
 
 /*
 };
 
 /*