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-ops.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-ops.c')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 9e3febcd8d..75879716c9 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -59,7 +59,6 @@ #include "filter/filter-filter.h" #include "mail-mt.h" -#include "mail-folder-cache.h" #include "em-utils.h" |