diff src/libpst.h @ 116:ed2a260bbb98 stable-0-6-25

improve handling of content-type charset values in mime parts
author Carl Byington <carl@five-ten-sg.com>
date Fri, 16 Jan 2009 15:23:52 -0800
parents 8c4482be0b4c
children 0f1492b7fe8b
line wrap: on
line diff
--- a/src/libpst.h	Thu Dec 11 12:06:03 2008 -0800
+++ b/src/libpst.h	Fri Jan 16 15:23:52 2009 -0800
@@ -211,6 +211,7 @@
     FILETIME *arrival_date;
     int       autoforward;            // 1 = true, 0 = not set, -1 = false
     char     *body;
+    char     *body_charset;           // null if not specified
     char     *cc_address;
     char     *bcc_address;
     char     *common_name;