From bffafba763c867b1db2d7f2f374baaed99b61961 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sat, 22 May 2004 00:45:47 +0000 Subject: ** Another unread count bug, #58814. 2004-05-22 Not Zed ** Another unread count bug, #58814. * mail-vfolder.c (context_rule_added): * mail-tools.c (mail_tool_uri_to_folder): * mail-component.c (mc_add_local_store_done): don't call mail note folder anymore, fix up headers. * mail-folder-cache.c (store_folder_opened) (mail_note_store_remove, mail_note_store): handle the new store:folder_opened signal. Don't need the mail_note_folder hack anymore, mail_tool_uri_to_folder slowly does less. svn path=/trunk/; revision=26042 --- mail/mail-tools.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail/mail-tools.c') diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 5a6f13d5a4..7050cfdba3 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -38,6 +38,7 @@ #include #include +#include #include #include @@ -52,7 +53,6 @@ #include "mail-vfolder.h" #include "mail-tools.h" #include "mail-mt.h" -#include "mail-folder-cache.h" #include "em-utils.h" /* **************************************** */ @@ -355,9 +355,6 @@ 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 v1.2.3