Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
151:cda7c812ec01 | 152:edebaf0e87d2 |
---|---|
175 typedef struct pst_item_email { | 175 typedef struct pst_item_email { |
176 FILETIME *arrival_date; | 176 FILETIME *arrival_date; |
177 int autoforward; // 1 = true, 0 = not set, -1 = false | 177 int autoforward; // 1 = true, 0 = not set, -1 = false |
178 pst_string cc_address; | 178 pst_string cc_address; |
179 pst_string bcc_address; | 179 pst_string bcc_address; |
180 int32_t conv_index; | 180 int32_t conversation_index; |
181 int conversion_prohibited; // 1 = true, 0 = false | 181 int conversion_prohibited; // 1 = true, 0 = false |
182 int delete_after_submit; // 1 = true, 0 = false | 182 int delete_after_submit; // 1 = true, 0 = false |
183 int delivery_report; // 1 = true, 0 = false | 183 int delivery_report; // 1 = true, 0 = false |
184 char *encrypted_body; | 184 char *encrypted_body; |
185 size_t encrypted_body_size; | 185 size_t encrypted_body_size; |
391 | 391 |
392 typedef struct pst_item_journal { | 392 typedef struct pst_item_journal { |
393 FILETIME *end; | 393 FILETIME *end; |
394 FILETIME *start; | 394 FILETIME *start; |
395 pst_string type; | 395 pst_string type; |
396 pst_string description; | |
396 } pst_item_journal; | 397 } pst_item_journal; |
397 | 398 |
398 | 399 |
399 typedef struct pst_item_appointment { | 400 typedef struct pst_item_appointment { |
400 FILETIME *end; | 401 FILETIME *end; |