diff options
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r-- | mail/mail-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c index 9a4a556bf3..53dbe55484 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -710,7 +710,7 @@ mail_component_add_store (MailComponent *component, CamelStore *store, const cha char *service_name = NULL; MAIL_COMPONENT_DEFAULT(component); - + if (name == NULL) name = service_name = camel_service_get_name ((CamelService *) store, TRUE); |