From: Jose Dapena Paz Date: Tue, 31 Mar 2009 11:57:10 +0000 (+0000) Subject: Retrieval check. So debug message if failed to retrieve X-Git-Tag: git_migration_finished~172 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=1727efb790d44e32f4a90c25d25b61daa705d317 Retrieval check. So debug message if failed to retrieve pmo-trunk-r8489 --- 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