From: Christoph Hohmann Date: Mon, 15 Jul 2002 10:07:34 +0000 (+0000) Subject: * src/summaryview.c X-Git-Tag: rel_0_8_0~42 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=96a33aa0a74786f8fd49afec7c5ec9f1cf791a73;ds=sidebyside * src/summaryview.c removed setting folder status from summaryview. folder.c should update all message counts correctly. --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 990946f07..1fb0022f4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-07-15 [christoph] 0.7.8claws69 + + * src/summaryview.c + removed setting folder status from summaryview. + folder.c should update all message counts correctly. + 2002-07-15 [paul] 0.7.8claws68 * po/pt_BR.po diff --git a/TODO.claws b/TODO.claws index f3ccf0b9f..e0784af3f 100644 --- a/TODO.claws +++ b/TODO.claws @@ -13,4 +13,5 @@ o with the new cache / mark system done by Christoph, it's about time to make the cache files endian neutral (bribe Hiro to accept the new system too) - + o fix processing, summaryview still uses old list of + messages with messages deleted or moved by processing diff --git a/configure.in b/configure.in index e64ae2e56..f9974da98 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws68 +EXTRA_VERSION=claws69 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/summaryview.c b/src/summaryview.c index 50bd12e4b..f0a7f76f6 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -864,9 +864,6 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, g_slist_free(mlist); - summaryview->folder_item->new = summaryview->newmsgs; - summaryview->folder_item->unread = summaryview->unread; - summaryview->folder_item->total = summaryview->messages; folderview_update_msg_num(summaryview->folderview, summaryview->folderview->opened); @@ -1691,10 +1688,6 @@ static void summary_status_show(SummaryView *summaryview) return; } - summaryview->newmsgs = summaryview->folder_item->new; - summaryview->unread = summaryview->folder_item->unread; - summaryview->messages = summaryview->folder_item->total; - rowlist = GTK_CLIST(summaryview->ctree)->selection; for (cur = rowlist; cur != NULL; cur = cur->next) { msginfo = gtk_ctree_node_get_row_data