renamed mbox_folder->summary to mbox_folder->internal_summary to avoid
authorbertrand <bertrand@helixcode.com>
Tue, 25 Jan 2000 18:28:02 +0000 (18:28 +0000)
committerBertrand Guiheneuf <bertrand@src.gnome.org>
Tue, 25 Jan 2000 18:28:02 +0000 (18:28 +0000)
commite754cb6787946b13f078f2608ff2ad35a5aaf02c
treec7928e208c53fc9189525b1b5390ef8018c8c382
parent5e23d2a2b2e969db8d4cd835fc0d4ce5cb30aa39
renamed mbox_folder->summary to mbox_folder->internal_summary to avoid

2000-01-26  bertrand  <bertrand@helixcode.com>

* camel/providers/mbox/camel-mbox-folder.c:
renamed mbox_folder->summary to
mbox_folder->internal_summary to avoid
confusion with the camel_folder->summary
field.
(_append_message):
(_check_get_or_maybe_generate_summary_file):
update the external summary thingie.

* camel/camel-folder-summary.c (camel_folder_summary_new):
create the message and folder info arrays.

* camel/providers/mbox/camel-mbox-summary.c
(camel_mbox_summary_append_internal_to_external):
new function to append entries from the internal summary
to the external one.

* camel/providers/mbox/camel-mbox-folder.c (_append_message): reflect
name change.

* camel/providers/mbox/camel-mbox-summary.c (camel_mbox_summary_append_entries):
namespace fix.
camel/camel-folder-summary.c
camel/providers/mbox/camel-mbox-folder.c
camel/providers/mbox/camel-mbox-folder.h
camel/providers/mbox/camel-mbox-summary.c
camel/providers/mbox/camel-mbox-summary.h