comparison src/libpst.h @ 297:8b3a827b71f4

add alarm reminders to calendar events
author Carl Byington <carl@five-ten-sg.com>
date Thu, 28 Jul 2011 17:28:49 -0700
parents e0e5844d91b3
children 201464dd356e
comparison
equal deleted inserted replaced
296:2066f13990a3 297:8b3a827b71f4
758 758
759 /** This contains the common mapi elements, and pointers to structures for 759 /** This contains the common mapi elements, and pointers to structures for
760 * each major mapi item type. It represents a complete mapi object. 760 * each major mapi item type. It represents a complete mapi object.
761 */ 761 */
762 typedef struct pst_item { 762 typedef struct pst_item {
763 /** block id that can be used to generate uid */
764 uint64_t block_id;
763 /** email mapi elements */ 765 /** email mapi elements */
764 pst_item_email *email; 766 pst_item_email *email;
765 /** folder mapi elements */ 767 /** folder mapi elements */
766 pst_item_folder *folder; 768 pst_item_folder *folder;
767 /** contact mapi elements */ 769 /** contact mapi elements */