aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-03 15:45:12 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-03 15:45:12 +0800
commitc12711e656c8658402a084e2d0099c702ea1064d (patch)
tree7e64e6704817b060c71e44f915669fcc7dc775fb /mail/em-folder-tree-model.h
parent2cbfce7757da1bf0ead6af738c425796f37a6293 (diff)
downloadgsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar.gz
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar.bz2
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar.lz
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar.xz
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.tar.zst
gsoc2013-evolution-c12711e656c8658402a084e2d0099c702ea1064d.zip
Improvements to the new mail hook.
svn path=/trunk/; revision=33470
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r--mail/em-folder-tree-model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h
index 1938e84095..bcdf6b4331 100644
--- a/mail/em-folder-tree-model.h
+++ b/mail/em-folder-tree-model.h
@@ -143,6 +143,7 @@ typedef void (* EMFTModelExpandFunc) (EMFolderTreeModel *model, const char *path
void em_folder_tree_model_expand_foreach (EMFolderTreeModel *model, EMFTModelExpandFunc func, void *user_data);
void em_folder_tree_model_set_unread_count (EMFolderTreeModel *model, CamelStore *store, const char *path, int unread);
+gboolean em_folder_tree_model_is_type_inbox (EMFolderTreeModel *model, CamelStore *store, const char *full);
#ifdef __cplusplus
}