Mercurial > libpst
diff src/libpst.h @ 63:cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 23 Feb 2008 14:36:17 -0800 |
parents | 7d5c637aaafb |
children | 3cb02cb1e6cd |
line wrap: on
line diff
--- a/src/libpst.h Sat Feb 16 12:43:42 2008 -0800 +++ b/src/libpst.h Sat Feb 23 14:36:17 2008 -0800 @@ -240,7 +240,11 @@ int message_to_me; // 1 = true, 0 = false char *messageid; int32_t orig_sensitivity; + char *original_bcc; + char *original_cc; + char *original_to; char *outlook_recipient; + char *outlook_recipient_name; char *outlook_recipient2; char *outlook_sender; char *outlook_sender_name; @@ -259,7 +263,7 @@ int32_t rtf_body_crc; char *rtf_body_tag; char *rtf_compressed; - uint32_t rtf_compressed_size; + uint32_t rtf_compressed_size; int rtf_in_sync; // 1 = true, 0 = doesn't exist, -1 = false int32_t rtf_ws_prefix_count; int32_t rtf_ws_trailing_count;