Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now takes a url argument. | Jeffrey Stedfast | 2002-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | 2002-03-12 Jeffrey Stedfast <fejj@ximian.com> * camel-digest-store.c (camel_digest_store_new): Now takes a url argument. * camel-digest-folder.c (digest_add_multipart): Fixed some memory corruption and also modified to use CAMEL_IS_MIME_MESSAGE() rather than comparing content-type strings. (digest_get_message): Fixed a logic blooper. * camel-folder-summary.c (camel_message_info_new_from_header): Set the date fields of the CamelMessageInfo as well. This may even fix some filter-related bugs where the user was trying to compare dates. svn path=/trunk/; revision=16126 | ||||
* | do the typedef's in camel-types.h and include camel-digest-store.h in camel.h | Jeffrey Stedfast | 2002-03-12 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=16117 | ||||
* | A pretty empty store implementation to be the parent store of a | Jeffrey Stedfast | 2002-03-12 | 1 | -0/+60 |
2002-03-11 Jeffrey Stedfast <fejj@ximian.com> * camel-digest-store.c: A pretty empty store implementation to be the parent store of a CamelDigestFolder. * camel-digest-folder.c: Updated to reference it's parent store. svn path=/trunk/; revision=16113 |