From 8fc405a0b1d444305d3e2c8f1a901f61e83a8061 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Oct 2001 18:46:52 +0000 Subject: Don't pass the CREATE flag, we shouldn't ever need this... 2001-10-01 Jeffrey Stedfast * mail-tools.c (mail_tool_uri_to_folder): Don't pass the CREATE flag, we shouldn't ever need this... svn path=/trunk/; revision=13268 --- mail/ChangeLog | 5 +++++ mail/mail-tools.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 96036df76f..076c6117cc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-10-01 Jeffrey Stedfast + + * mail-tools.c (mail_tool_uri_to_folder): Don't pass the CREATE + flag, we shouldn't ever need this... + 2001-10-01 Larry Ewing * mail-identify.c (mail_identify_mime_part): if gnome-vfs returns diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 2844f74097..89c9fb4bfc 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -355,8 +355,7 @@ mail_tool_uri_to_folder (const char *uri, CamelException *ex) if (offset) folder = camel_store_get_trash (store, ex); else - folder = camel_store_get_folder (store, name, - CAMEL_STORE_FOLDER_CREATE, ex); + folder = camel_store_get_folder (store, name, 0, ex); camel_object_unref (CAMEL_OBJECT (store)); } -- cgit v1.2.3