From 54b80a7271e8ce1b2f3ccc68bb553940a24b80e2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 17 Oct 2008 03:48:03 +0000 Subject: Get the mail folder tree compiling, though I'm not yet sure why it's not showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623 --- composer/e-composer-header-table.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'composer/e-composer-header-table.h') diff --git a/composer/e-composer-header-table.h b/composer/e-composer-header-table.h index 0e03618dc9..5e1d3e1922 100644 --- a/composer/e-composer-header-table.h +++ b/composer/e-composer-header-table.h @@ -27,6 +27,7 @@ #include #include #include +#include #include "e-composer-header.h" @@ -127,6 +128,12 @@ EDestination ** e_composer_header_table_get_destinations_to void e_composer_header_table_set_destinations_to (EComposerHeaderTable *table, EDestination **destinations); +EMFolderTreeModel * + e_composer_header_table_get_folder_tree_model + (EComposerHeaderTable *table); +void e_composer_header_table_set_folder_tree_model + (EComposerHeaderTable *table, + EMFolderTreeModel *model); GList * e_composer_header_table_get_post_to (EComposerHeaderTable *table); void e_composer_header_table_set_post_to_base -- cgit v1.2.3