[evolution/wip/gsettings] Bug #614274 - Labeling many messages is very slow
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Bug #614274 - Labeling many messages is very slow
- Date: Wed, 29 Jun 2011 17:50:54 +0000 (UTC)
commit 4f9f9222e2cfe4a6392a73b3b1ab86c1159b560e
Author: Matt McCutchen <matt mattmccutchen net>
Date: Thu Jun 2 19:30:12 2011 +0200
Bug #614274 - Labeling many messages is very slow
modules/mail/e-mail-shell-view-actions.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c
index e396184..53cd908 100644
--- a/modules/mail/e-mail-shell-view-actions.c
+++ b/modules/mail/e-mail-shell-view-actions.c
@@ -626,6 +626,7 @@ action_mail_label_cb (GtkToggleAction *action,
folder = e_mail_reader_get_folder (reader);
uids = e_mail_reader_get_selected_uids (reader);
+ camel_folder_freeze (folder);
for (ii = 0; ii < uids->len; ii++) {
if (gtk_toggle_action_get_active (action))
camel_folder_set_message_user_flag (
@@ -637,6 +638,7 @@ action_mail_label_cb (GtkToggleAction *action,
folder, uids->pdata[ii], "label", NULL);
}
}
+ camel_folder_thaw (folder);
em_utils_uids_free (uids);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]