diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 15ea286970..075c20afe3 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -24,6 +24,7 @@ #define _MESSAGE_LIST_H_ #include <gtk/gtk.h> +#include <camel/camel-folder-thread.h> #include <table/e-table-simple.h> #include <table/e-tree-scrolled.h> @@ -161,7 +162,7 @@ struct _MessageList { gchar *frozen_search; /* to save search took place while we were frozen */ /* the current camel folder thread tree, if any */ - struct _CamelFolderThread *thread_tree; + CamelFolderThread *thread_tree; /* for message/folder chagned event handling */ struct _MailAsyncEvent *async_event; |