Retrieval check. So debug message if failed to retrieve
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 31 Mar 2009 11:57:10 +0000 (11:57 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 31 Mar 2009 11:57:10 +0000 (11:57 +0000)
pmo-trunk-r8489

src/modest-ui-actions.c

index ea59e96..fde55c7 100644 (file)
@@ -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