From 4f8ffe430fdfe646741aaaf569929b286fc1be2f Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 11 Oct 2000 04:37:33 +0000 Subject: fill in message_count and unread_message_count properly. 2000-10-10 Chris Toshok * providers/nntp/camel-nntp-store.c (build_folder_info_from_grouplist): fill in message_count and unread_message_count properly. * providers/nntp/camel-nntp-newsrc.h: reformat. * providers/nntp/camel-nntp-grouplist.c (camel_nntp_get_grouplist_from_file): remove spew. * providers/nntp/camel-nntp-newsrc.c (camel_nntp_newsrc_group_get_num_articles_read): new function. (camel_nntp_newsrc_group_get_highest_article_read): robustification. svn path=/trunk/; revision=5832 --- camel/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 73c7501ffd..0c868c7ae3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2000-10-10 Chris Toshok + + * providers/nntp/camel-nntp-store.c + (build_folder_info_from_grouplist): fill in message_count and + unread_message_count properly. + + * providers/nntp/camel-nntp-newsrc.h: reformat. + + * providers/nntp/camel-nntp-grouplist.c + (camel_nntp_get_grouplist_from_file): remove spew. + + * providers/nntp/camel-nntp-newsrc.c + (camel_nntp_newsrc_group_get_num_articles_read): new function. + (camel_nntp_newsrc_group_get_highest_article_read): robustification. + 2000-10-10 Joe Shaw * providers/imap/camel-imap-store.c -- cgit