From 9d744b2d27d149cee81b7007bf815895005903f0 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sat, 22 May 2004 01:36:58 +0000 Subject: put note_store back in. Quick hack to fix the issue of folders being 2004-05-22 Not Zed * mail-tools.c (mail_tool_uri_to_folder): put note_store back in. Quick hack to fix the issue of folders being opened before we hook onto folder_created. * mail-folder-cache.c: remove 'name' from update struct, not used anymore svn path=/trunk/; revision=26043 --- mail/mail-tools.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/mail-tools.c') diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 7050cfdba3..5a6f13d5a4 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -38,7 +38,6 @@ #include #include -#include #include #include @@ -53,6 +52,7 @@ #include "mail-vfolder.h" #include "mail-tools.h" #include "mail-mt.h" +#include "mail-folder-cache.h" #include "em-utils.h" /* **************************************** */ @@ -355,6 +355,9 @@ mail_tool_uri_to_folder (const char *uri, guint32 flags, CamelException *ex) camel_object_unref (store); } + if (folder) + mail_note_folder (folder); + camel_url_free (url); g_free(curi); -- cgit