comparison src/libpst.h @ 28:51d826f31329

more cleanup from Arne, document 7c block format
author carl
date Sat, 25 Feb 2006 16:03:45 -0800
parents c508ee15dfca
children b88ceb81dba2
comparison
equal deleted inserted replaced
27:99e6b70cdfb3 28:51d826f31329
383 typedef struct _pst_item { 383 typedef struct _pst_item {
384 struct _pst_item_email *email; // data reffering to email 384 struct _pst_item_email *email; // data reffering to email
385 struct _pst_item_folder *folder; // data reffering to folder 385 struct _pst_item_folder *folder; // data reffering to folder
386 struct _pst_item_contact *contact; // data reffering to contact 386 struct _pst_item_contact *contact; // data reffering to contact
387 struct _pst_item_attach *attach; // linked list of attachments 387 struct _pst_item_attach *attach; // linked list of attachments
388 struct _pst_item_attach *current_attach; // pointer to current attachment
389 struct _pst_item_message_store * message_store; // data referring to the message store 388 struct _pst_item_message_store * message_store; // data referring to the message store
390 struct _pst_item_extra_field *extra_fields; // linked list of extra headers and such 389 struct _pst_item_extra_field *extra_fields; // linked list of extra headers and such
391 struct _pst_item_journal *journal; // data reffering to a journal entry 390 struct _pst_item_journal *journal; // data reffering to a journal entry
392 struct _pst_item_appointment *appointment; // data reffering to a calendar entry 391 struct _pst_item_appointment *appointment; // data reffering to a calendar entry
393 int32_t type; 392 int32_t type;