diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +2000-01-18 bertrand <bertrand@helixcode.com> + + * camel/providers/mbox/camel-mbox-summary.c (camel_mbox_save_summary): + (mbox_load_summary): summary file read/write routines. + + * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary): + routine to construct the summary after the mbox + file has been parsed and the x-evolution fields + inserted. + +2000-01-17 bertrand <bertrand@helixcode.com> + + * camel/providers/mbox/camel-mbox-utils.c (camel_mbox_write_xev): + dont use the x_evolution field but rather the uid to + determine the presence of "X-Evolution" in the mail. + + * camel/providers/mbox/camel-mbox-parser.c (camel_mbox_parse_file): + parse the status and uid values if the x-evolution + has been found. + + * camel/providers/mbox/camel-mbox-utils.c (camel_mbox_xev_parse_header_content): + return the parsed status field correctly. + + * camel/providers/mbox/camel-mbox-utils.h: + fixed bad prototype. + + * camel/providers/mbox/camel-mbox-parser.c (camel_mbox_parse_file): + parse and store the "To:" header. + + * camel/providers/mbox/camel-mbox-parser.h: + added a "to" field + + * camel/camel-folder-summary.c: + create the arrays here. + + * camel/camel-folder-summary.h: the list of + summary information is no longer a GList but + rather a GArray. + 2000-01-17 Chrsitopher James Lahey <clahey@helixcode.com> * head.png, phone.png, email.png, web.png, snailmail.png: Images |