From 8e99f4af53785968f73b02ce8457eca7dd015778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Tue, 19 Jan 2010 12:00:42 +0100 Subject: [PATCH] Build fix --- src/modest-mail-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 5cc6154..7a45b39 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1650,7 +1650,7 @@ inbox_refreshed_cb (TnyFolder *inbox, ModestMailOperationPrivate *priv; TnyIterator *new_headers_iter; GPtrArray *new_headers_array = NULL; - gint max_size, retrieve_limit, i; + gint max_size = G_MAXINT, retrieve_limit, i; ModestAccountMgr *mgr; ModestAccountRetrieveType retrieve_type; TnyList *new_headers = NULL; -- 1.7.9.5