* add "Copy" to the CSM; might fix NB#58246, but needs discussion with the UI designer
[modest] / src / maemo / modest-account-settings-dialog.h
index 9aa8248..7fa4136 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <gtk/gtkdialog.h> 
 #include "modest-account-mgr.h"
-#include <hildon-widgets/hildon-caption.h>
+#include "modest-hildon-includes.h"
 
 G_BEGIN_DECLS
 
@@ -43,12 +43,15 @@ typedef struct {
        
        gboolean modified;
        gchar * account_name; /* This may not change. It is not user visible. */
+       ModestTransportStoreProtocol incoming_protocol; /* This may not change. */
+       ModestTransportStoreProtocol outgoing_protocol; /* This may not change. */
        gchar * original_account_title;
        
        GtkWidget *page_account_details;
        GtkWidget *entry_account_title;
        GtkWidget *combo_retrieve;
        GtkWidget *combo_limit_retrieve;
+       GtkWidget *caption_leave_messages;
        GtkWidget *checkbox_leave_messages;
        
        GtkWidget *page_user_details;