Mercurial > libpst
annotate debian/patches/10-current-attach.patch @ 311:0c42a22f88fc
add sent_date to .msg output format
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 06 May 2010 13:24:52 -0700 |
parents | d9393349ab29 |
children |
rev | line source |
---|---|
173
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
1 diff -Nur libpst-0.6.24-orig/src/libpst.h libpst-0.6.24/src/libpst.h |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
2 --- libpst-0.6.24-orig/src/libpst.h 2009-01-15 13:43:38.000000000 -0600 |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
3 +++ libpst-0.6.24/src/libpst.h 2009-01-15 15:29:51.000000000 -0600 |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
4 @@ -449,6 +449,7 @@ |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
5 struct pst_item_folder *folder; // data reffering to folder |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
6 struct pst_item_contact *contact; // data reffering to contact |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
7 struct pst_item_attach *attach; // linked list of attachments |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
8 + struct pst_item_attach *current_attach; // linked list of current attachments |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
9 struct pst_item_message_store *message_store; // data referring to the message store |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
10 struct pst_item_extra_field *extra_fields; // linked list of extra headers and such |
d9393349ab29
new debianization from hggdh
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
11 struct pst_item_journal *journal; // data reffering to a journal entry |