From 1727efb790d44e32f4a90c25d25b61daa705d317 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 Mar 2009 11:57:10 +0000 Subject: [PATCH] Retrieval check. So debug message if failed to retrieve pmo-trunk-r8489 --- src/modest-ui-actions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index ea59e96..fde55c7 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -6075,7 +6075,9 @@ retrieve_contents_cb (ModestMailOperation *mail_op, { /* We only need this callback to show an error in case of memory low condition */ - modest_ui_actions_msg_retrieval_check (mail_op, header, msg); + if (!modest_ui_actions_msg_retrieval_check (mail_op, header, msg)) { + g_debug ("%s: message failed to retrieve. Memory low?", __FUNCTION__); + } } static void -- 1.7.9.5