aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-12-12 04:37:49 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-16 04:16:09 +0800
commit9c644867fe24587339531267d9e27890513c6292 (patch)
treeaf7bcb29e22814f5b39eafb20cfc2a2678973b63 /mail/em-folder-tree-model.h
parent0eef4618ca677cd11d54ce0ae8804b5b1ededf3b (diff)
downloadgsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar.gz
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar.bz2
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar.lz
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar.xz
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.tar.zst
gsoc2013-evolution-9c644867fe24587339531267d9e27890513c6292.zip
MailFolderCache: add signal for updated unread counts
Emit a signal when we have an updated unread count for a folder rather than pushing the update directly to a particular treemodel. This doesn't yet remove the dependency on EMFolderTreeModel, but it's a first step. https://bugzilla.gnome.org/show_bug.cgi?id=604627
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r--mail/em-folder-tree-model.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h
index 00e2d39282..e0a73e03b8 100644
--- a/mail/em-folder-tree-model.h
+++ b/mail/em-folder-tree-model.h
@@ -137,11 +137,6 @@ void em_folder_tree_model_remove_folders
(EMFolderTreeModel *model,
EMFolderTreeModelStoreInfo *si,
GtkTreeIter *toplevel);
-void em_folder_tree_model_set_unread_count
- (EMFolderTreeModel *model,
- CamelStore *store,
- const gchar *path,
- gint unread);
gboolean em_folder_tree_model_is_type_inbox
(EMFolderTreeModel *model,
CamelStore *store,