aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-summary.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some warnings.Christopher James Lahey2000-08-111-1/+3
* Merge with camel-async.Peter Williams2000-08-111-248/+246
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-310/+366
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-141-8/+7
* remove some non-error case debugging messages.Dan Winship2000-07-061-15/+1
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-061-1/+6
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-061-11/+4
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-291-223/+276
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-4/+13
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-181-2/+8
* fix a bug. (don't expunge deleted messages if called with expunge ==Dan Winship2000-06-161-1/+1
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-161-4/+10
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-141-18/+25
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-1/+1
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-2/+2
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-301-3/+15
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-1/+1
* Implement.NotZed2000-05-171-2/+9
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-121-1/+20
* Big bunch o memleaks fixed.NotZed2000-05-121-10/+22
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-1295/+493
* And same here ...NotZed2000-05-051-2/+10
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-5/+5
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-5/+5
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-1/+1
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-4/+1
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-021-2/+2
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-1/+224
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-1/+1
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-2/+18
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-18/+3
* Ref the folder after setting it in the new message.NotZed2000-04-221-8/+9
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-211-3/+19
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-359/+1197
* kill camel-logDan Winship2000-04-191-7/+0
* fix a warningDan Winship2000-04-061-1/+0
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-021-35/+40
* include in.h to quiet compilerSeth Alves2000-03-271-0/+1
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-251-257/+307
* display message sizebertrand2000-03-211-0/+1
* documented all functions.bertrand2000-03-211-1/+65
* name change and new fields.bertrand2000-03-211-1/+1
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+2
* various typo fixes in the ctree construction.bertrand2000-02-101-1/+3
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-261-1/+41
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-6/+6
* use the real summary file path instead of a stupid hardcoded one. Fixesbertrand2000-01-231-5/+17
* implemented. A lot of fixes too. Works now.bertrand2000-01-231-1/+1
* added camel-mbox-provider.c to the mbox provider sources.bertrand2000-01-221-4/+4
* implemented.bertrand2000-01-201-6/+43
* tests for summary and parsing process of mbox files.bertrand2000-01-191-2/+14
* Ah zut alors. Missing filesBertrand Guiheneuf2000-01-191-0/+202