From ac96e31ead457f24588e13941f80ba6648d3e9e3 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 fb69794..27ede50 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