diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index f90d492dd8..0047b5966b 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -63,11 +63,12 @@ describe_fetch_mail (gpointer in_data, gboolean gerund) CamelStore *source; char *name; - source = camel_session_get_store (session, input->source_url, NULL); - if (source) { - name = camel_service_get_name (CAMEL_SERVICE (source), FALSE); - camel_object_unref (CAMEL_OBJECT (source)); - } else + /*source = camel_session_get_store (session, input->source_url, NULL); + *if (source) { + * name = camel_service_get_name (CAMEL_SERVICE (source), FALSE); + * camel_object_unref (CAMEL_OBJECT (source)); + *} else + */ name = input->source_url; if (gerund) |