* Change deprecated HildonApp/HildonAppView to HildonProgram/HildonWindow.
[modest] / src / gtk-glade / modest-ui-glade.h
index f768f22..7c66c73 100644 (file)
@@ -5,6 +5,7 @@
 #define __MODEST_UI_GLADE_H__
 
 #include "../modest-ui.h"
+#include "../modest-account-mgr.h"
 #include "../modest-identity-mgr.h"
 #include "../modest-window-mgr.h"
 #include "../modest-tny-account-store.h"
@@ -23,11 +24,12 @@ struct _ModestUIPrivate {
        TnyAccountStoreIface *account_store;
        GtkWidget            *folder_view;
        GtkWidget            *header_view;
+       GtkWidget            *message_view;
 
        GtkWindow            *main_window;
        GladeXML             *glade_xml;
 
-
+       TnyMsgFolderIface    *current_folder;
 };
 
 #define MODEST_UI_GET_PRIVATE(o)      (G_TYPE_INSTANCE_GET_PRIVATE((o), \