Mercurial > libpst
diff src/libpst.h @ 152:edebaf0e87d2
more code cleanup
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Mar 2009 13:09:20 -0700 |
parents | cda7c812ec01 |
children | 0b1766da9be8 |
line wrap: on
line diff
--- a/src/libpst.h Sun Mar 08 14:35:26 2009 -0700 +++ b/src/libpst.h Tue Mar 10 13:09:20 2009 -0700 @@ -177,7 +177,7 @@ int autoforward; // 1 = true, 0 = not set, -1 = false pst_string cc_address; pst_string bcc_address; - int32_t conv_index; + int32_t conversation_index; int conversion_prohibited; // 1 = true, 0 = false int delete_after_submit; // 1 = true, 0 = false int delivery_report; // 1 = true, 0 = false @@ -393,6 +393,7 @@ FILETIME *end; FILETIME *start; pst_string type; + pst_string description; } pst_item_journal;