X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-settings-dialog.h;h=7fa413632ed6df3cf46f6e2f0a61579ed4b88e19;hb=af98a92476ea30f9cf8fe033a59065b2b27d5ff3;hp=9aa82483461b388811fdf5dbee904cc166ecc372;hpb=147ce908f5f1720d2a589e81bb1bf2163f460cb9;p=modest diff --git a/src/maemo/modest-account-settings-dialog.h b/src/maemo/modest-account-settings-dialog.h index 9aa8248..7fa4136 100644 --- a/src/maemo/modest-account-settings-dialog.h +++ b/src/maemo/modest-account-settings-dialog.h @@ -8,7 +8,7 @@ #include #include "modest-account-mgr.h" -#include +#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;