2006-02-07 [colin] 2.0.0cvs29
authorColin Leroy <colin@colino.net>
Tue, 7 Feb 2006 18:27:55 +0000 (18:27 +0000)
committerColin Leroy <colin@colino.net>
Tue, 7 Feb 2006 18:27:55 +0000 (18:27 +0000)
* src/action.c
Forgot to refresh summaryview

ChangeLog
PATCHSETS
configure.ac
src/action.c

index d52ef7b460bc843cc3baa4a3990e9c84f2184c35..b6230fa60c406df95e155a342381620d1b25a2d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-07 [colin]     2.0.0cvs29
+
+       * src/action.c
+               Forgot to refresh summaryview
+
 2006-02-07 [colin]     2.0.0cvs28
 
        * src/action.c
 2006-02-07 [colin]     2.0.0cvs28
 
        * src/action.c
index 1645fccdad1bec27d40c7d019d902101982b6dfb..76dbde9b0fabf9cc03a762c03e9d6abe6c554b7a 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.213.2.82 -r 1.213.2.83 src/folder.c;  ) > 2.0.0cvs26.patchset
 ( cvs diff -u -r 1.213.2.83 -r 1.213.2.84 src/folder.c;  ) > 2.0.0cvs27.patchset
 ( cvs diff -u -r 1.12.2.30 -r 1.12.2.31 src/action.c;  cvs diff -u -r 1.382.2.235 -r 1.382.2.236 src/compose.c;  ) > 2.0.0cvs28.patchset
 ( cvs diff -u -r 1.213.2.82 -r 1.213.2.83 src/folder.c;  ) > 2.0.0cvs26.patchset
 ( cvs diff -u -r 1.213.2.83 -r 1.213.2.84 src/folder.c;  ) > 2.0.0cvs27.patchset
 ( cvs diff -u -r 1.12.2.30 -r 1.12.2.31 src/action.c;  cvs diff -u -r 1.382.2.235 -r 1.382.2.236 src/compose.c;  ) > 2.0.0cvs28.patchset
+( cvs diff -u -r 1.12.2.31 -r 1.12.2.32 src/action.c;  ) > 2.0.0cvs29.patchset
index 03bb5c699759021987b6cb09a3044b5c031fac35..dbc97d4485174b542eb80fb57572ca46093ff463 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=28
+EXTRA_VERSION=29
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 88a946e6638db41623cc52bf8007223f00777f9b..a061aea2a7836060c2e476b0fb19168105588cd5 100644 (file)
@@ -627,6 +627,7 @@ static gboolean execute_filtering_actions(gchar *action, GSList *msglist)
                gtk_clist_thaw(GTK_CLIST(summaryview->ctree));          
                main_window_cursor_normal(mainwin);     
                summary_unlock(summaryview);                            
                gtk_clist_thaw(GTK_CLIST(summaryview->ctree));          
                main_window_cursor_normal(mainwin);     
                summary_unlock(summaryview);                            
+               summary_show(summaryview, summaryview->folder_item);
        }
        for (p = action_list; p; p = g_slist_next(p))
                if (p->data) filteringaction_free(p->data);     
        }
        for (p = action_list; p; p = g_slist_next(p))
                if (p->data) filteringaction_free(p->data);