From d639971d8a52635c6edf63d4f1851b5bc049f895 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 5 Feb 2004 05:14:59 +0000 Subject: call abort before we unref, aid debugging if we hit it. 2004-02-05 Not Zed * em-folder-tree.c (em_folder_tree_create_folder): call abort before we unref, aid debugging if we hit it. * mail-vfolder.c (uri_is_spethal): check for vfolder/vtrash folders. Based on name check and store options. svn path=/trunk/; revision=24626 --- mail/mail-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-component.c') 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); -- cgit