* src/summaryview.c
authorChristoph Hohmann <reboot@gmx.ch>
Mon, 15 Jul 2002 10:07:34 +0000 (10:07 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Mon, 15 Jul 2002 10:07:34 +0000 (10:07 +0000)
        removed setting folder status from summaryview.
        folder.c should update all message counts correctly.

ChangeLog.claws
TODO.claws
configure.in
src/summaryview.c

index 990946f07a8e63e449433470c28fa2074ea6983e..1fb0022f43183c8a9a91048a1bcc6f1b5e1a544a 100644 (file)
@@ -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
 2002-07-15 [paul]      0.7.8claws68
 
        * po/pt_BR.po
index f3ccf0b9fdb344f8cb5aea0c86e4b2fb1dae85bc..e0784af3f7802bfc920e7dae17f539d96a9f29bd 100644 (file)
@@ -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 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
index e64ae2e56856fac877a65e4f9029127292b30229..f9974da98e83cb34b188e6051ab63c1b1e652143 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
 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
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 50bd12e4b648351f871b604dc3399d259f1a985c..f0a7f76f631745bd4cfa809276164a0fa92ef398 100644 (file)
@@ -864,9 +864,6 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item,
 
        g_slist_free(mlist);
 
 
        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);
 
        folderview_update_msg_num(summaryview->folderview,
                                  summaryview->folderview->opened);
 
@@ -1691,10 +1688,6 @@ static void summary_status_show(SummaryView *summaryview)
                return;
        }
 
                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
        rowlist = GTK_CLIST(summaryview->ctree)->selection;
        for (cur = rowlist; cur != NULL; cur = cur->next) {
                msginfo = gtk_ctree_node_get_row_data