aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/em-folder-properties.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index c41a05e256..4fd18ac997 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -480,7 +480,9 @@ emfp_dialog_got_quota_info (CamelFolder *folder,
g_error_free (error);
return;
- /* FIXME Add an EAlert for failing to get quota info. */
+ } else if (error != NULL && context->folder != NULL) {
+ g_debug ("%s: Failed to get quota information: %s", G_STRFUNC, error->message);
+ g_clear_error (&error);
} else if (error != NULL) {
g_warn_if_fail (context->folder == NULL);
e_alert_submit (