diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-22 08:45:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-22 08:45:47 +0800 |
commit | bffafba763c867b1db2d7f2f374baaed99b61961 (patch) | |
tree | f781e9a78fef5e856ae6cf821538391de14a5ee0 /mail/mail-tools.c | |
parent | ccd39c3d9b6392d36f494e97462dcc0a5f31ab9c (diff) | |
download | gsoc2013-evolution-bffafba763c867b1db2d7f2f374baaed99b61961.tar.gz gsoc2013-evolution-bffafba763c867b1db2d7f2f374baaed99b61961.tar.zst gsoc2013-evolution-bffafba763c867b1db2d7f2f374baaed99b61961.zip |
** Another unread count bug, #58814.
2004-05-22 Not Zed <NotZed@Ximian.com>
** 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
Diffstat (limited to 'mail/mail-tools.c')
-rw-r--r-- | mail/mail-tools.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <gconf/gconf-client.h> #include <camel/camel-vee-folder.h> +#include <camel/camel-store.h> #include <camel/camel-file-utils.h> #include <camel/camel-movemail.h> @@ -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); |