aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2006-06-25 08:33:43 +0000
committerHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2006-06-25 08:33:43 +0000
commit793dc260274beb79d4c83ae263870f6fadeb7fd2 (patch)
tree30d24da87fbbe45a92367355e0ed63e8cd5c5a51 /src/summaryview.c
parenta9fbc74b0b3ab2eee9981688755fabceb06520d7 (diff)
removed redundant folder scan on moving messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1085 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 8aeba1ed..b620f6a1 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -3712,7 +3712,6 @@ static gint summary_execute_move(SummaryView *summaryview)
g_slist_reverse(summaryview->tmp_mlist);
val = procmsg_move_messages(summaryview->tmp_mlist);
- folder_item_scan_foreach(summaryview->folder_table);
folderview_update_item_foreach(summaryview->folder_table,
FALSE);
@@ -3764,7 +3763,6 @@ static gint summary_execute_copy(SummaryView *summaryview)
g_slist_reverse(summaryview->tmp_mlist);
val = procmsg_copy_messages(summaryview->tmp_mlist);
- folder_item_scan_foreach(summaryview->folder_table);
folderview_update_item_foreach(summaryview->folder_table,
FALSE);