| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed these directories since they're unused. | Christopher James Lahey | 2001-01-03 | 1 | -894/+0 |
* | Builddir != srcdir loving. | Ettore Perazzoli | 2000-11-29 | 1 | -1/+1 |
* | put a space before a single-digit day of the month since it seems some | Dan Winship | 2000-11-11 | 1 | -1/+1 |
* | Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 1 | -7/+26 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -11/+11 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 1 | -5/+5 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 1 | -181/+185 |
* | Free()ing memory allocated through alloca() is Not A Good Thing. | Ettore Perazzoli | 2000-08-28 | 1 | -1/+0 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -1/+3 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -248/+246 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -310/+366 |
* | If the summary is for a smaller mbox, and rebuilding from the last-known | Dan Winship | 2000-07-14 | 1 | -8/+7 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 1 | -15/+1 |
* | Suppress debugging messages from the mbox provider. | Ettore Perazzoli | 2000-07-06 | 1 | -1/+6 |
* | Fix the "clashing UIDs are not updated on disk" problem by syncing | Ettore Perazzoli | 2000-07-06 | 1 | -11/+4 |
* | General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added | Jeffrey Stedfast | 2000-06-29 | 1 | -223/+276 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -4/+13 |
* | Add some debugging printfs when rebulding summary to help figure out why | Dan Winship | 2000-06-18 | 1 | -2/+8 |
* | fix a bug. (don't expunge deleted messages if called with expunge == | Dan Winship | 2000-06-16 | 1 | -1/+1 |
* | Fix to previous change: make sure the "seek" variable ends up with the | Dan Winship | 2000-06-16 | 1 | -4/+10 |
* | Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whether | Dan Winship | 2000-06-14 | 1 | -18/+25 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -1/+1 |
* | diff -r1.206 ChangeLog | Michael Zucci | 2000-05-30 | 1 | -2/+2 |
* | Make sure we copy messages which are still intact to the new folder. | Not Zed | 2000-05-30 | 1 | -3/+15 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 1 | -1/+1 |
* | Implement. | NotZed | 2000-05-17 | 1 | -2/+9 |
* | > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate | Michael Zucci | 2000-05-12 | 1 | -1/+20 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -10/+22 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -1295/+493 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -2/+10 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -5/+5 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -5/+5 |
* | Fix the offset for the summary when an item is expunged to take account of | NotZed | 2000-05-03 | 1 | -1/+1 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 1 | -4/+1 |
* | > (func_header_contains): Debug out some search stuff. | Michael Zucci | 2000-05-02 | 1 | -2/+2 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 1 | -1/+224 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -1/+1 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -2/+18 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -18/+3 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -8/+9 |
* | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 1 | -3/+19 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -359/+1197 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -7/+0 |
* | fix a warning | Dan Winship | 2000-04-06 | 1 | -1/+0 |
* | Compare mbox_file_size and mbox_modtime to the results of stat()ing the | Dan Winship | 2000-04-02 | 1 | -35/+40 |
* | include in.h to quiet compiler | Seth Alves | 2000-03-27 | 1 | -0/+1 |
* | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 1 | -257/+307 |
* | display message size | bertrand | 2000-03-21 | 1 | -0/+1 |
* | documented all functions. | bertrand | 2000-03-21 | 1 | -1/+65 |
* | name change and new fields. | bertrand | 2000-03-21 | 1 | -1/+1 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+2 |
* | various typo fixes in the ctree construction. | bertrand | 2000-02-10 | 1 | -1/+3 |
* | renamed mbox_folder->summary to mbox_folder->internal_summary to avoid | bertrand | 2000-01-26 | 1 | -1/+41 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 1 | -6/+6 |
* | use the real summary file path instead of a stupid hardcoded one. Fixes | bertrand | 2000-01-23 | 1 | -5/+17 |
* | implemented. A lot of fixes too. Works now. | bertrand | 2000-01-23 | 1 | -1/+1 |
* | added camel-mbox-provider.c to the mbox provider sources. | bertrand | 2000-01-22 | 1 | -4/+4 |
* | implemented. | bertrand | 2000-01-20 | 1 | -6/+43 |
* | tests for summary and parsing process of mbox files. | bertrand | 2000-01-19 | 1 | -2/+14 |
* | Ah zut alors. Missing files | Bertrand Guiheneuf | 2000-01-19 | 1 | -0/+202 |