diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-05 13:14:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-05 13:14:59 +0800 |
commit | d639971d8a52635c6edf63d4f1851b5bc049f895 (patch) | |
tree | f80643b1ba02b99f799269e59999b07bbbd0aed7 /mail/mail-component.c | |
parent | ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c (diff) | |
download | gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.gz gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.zst gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.zip |
call abort before we unref, aid debugging if we hit it.
2004-02-05 Not Zed <NotZed@Ximian.com>
* 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
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); |