X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-settings-dialog.h;h=9aff91143fe2a0efa835d22c85c215c5115c2eeb;hb=652527fd671cc695045b75893d7010c246585ef2;hp=5e5912d66560b245c1cd800d48fc6393e587b6e5;hpb=3266fbf87e009daf846687835198f80ae3a2d923;p=modest diff --git a/src/maemo/modest-account-settings-dialog.h b/src/maemo/modest-account-settings-dialog.h index 5e5912d..9aff911 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 @@ -41,10 +41,14 @@ typedef struct { * and to create new accounts: */ ModestAccountMgr *account_manager; - gchar * original_account_name; + gboolean modified; + gchar * account_name; /* This may not change. It is not user visible. */ + gchar * original_account_title; GtkWidget *page_account_details; GtkWidget *entry_account_title; + GtkWidget *combo_retrieve; + GtkWidget *combo_limit_retrieve; GtkWidget *checkbox_leave_messages; GtkWidget *page_user_details; @@ -75,6 +79,9 @@ typedef struct { GtkWidget *checkbox_outgoing_smtp_specific; GtkWidget *button_outgoing_smtp_servers; + GtkWidget *specific_window; + GtkWidget *signature_dialog; + } ModestAccountSettingsDialog; typedef struct {