From 24e392d70eda5725d60701861dc214ee7f47498c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Dapena=20Paz?= Date: Wed, 10 Feb 2010 19:11:36 +0100 Subject: [PATCH] Set header list model to load more responsive, using the new tinymail method tny_gtk_header_list_model_set_update_in_batches Fixes NB#155972 --- src/widgets/modest-header-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/modest-header-view.c b/src/widgets/modest-header-view.c index eb20ff3..03568b9 100644 --- a/src/widgets/modest-header-view.c +++ b/src/widgets/modest-header-view.c @@ -1169,6 +1169,7 @@ modest_header_view_set_folder_intern (ModestHeaderView *self, priv = MODEST_HEADER_VIEW_GET_PRIVATE(self); headers = TNY_LIST (tny_gtk_header_list_model_new ()); + tny_gtk_header_list_model_set_update_in_batches (TNY_GTK_HEADER_LIST_MODEL (headers), 300); /* Start the monitor in the callback of the tny_gtk_header_list_model_set_folder call. It's crucial to -- 1.7.9.5