diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 030fe8afc2..5ed2e74f92 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1073,7 +1073,7 @@ get_folderinfo_got (struct _mail_msg *mm) { struct _get_folderinfo_msg *m = (struct _get_folderinfo_msg *)mm; - if (camel_exception_is_set (&mm->ex)) { + if (!m->info && camel_exception_is_set (&mm->ex)) { char *url; url = camel_service_get_url (CAMEL_SERVICE (m->store)); |