X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-settings-dialog.h;h=89e06ea6975c5e9f4e2bd7cc107fd2794ba5bae3;hb=ebfe51b97a008e49b0d80ed5314f554ecc71ea1e;hp=2ce1a01af3d8a68623760452ceec04a02ca7ace2;hpb=d3e665ba18c7181232c89241612e9646f2d8fd0e;p=modest diff --git a/src/maemo/modest-account-settings-dialog.h b/src/maemo/modest-account-settings-dialog.h index 2ce1a01..89e06ea 100644 --- a/src/maemo/modest-account-settings-dialog.h +++ b/src/maemo/modest-account-settings-dialog.h @@ -6,7 +6,8 @@ #ifndef _MODEST_ACCOUNT_SETTINGS_DIALOG #define _MODEST_ACCOUNT_SETTINGS_DIALOG -#include +#include +#include #include "modest-account-mgr.h" #include "modest-hildon-includes.h" @@ -43,14 +44,19 @@ typedef struct { gboolean modified; gchar * account_name; /* This may not change. It is not user visible. */ - ModestProtocol incoming_protocol; /* This may not change. */ - ModestProtocol outgoing_protocol; /* This may not change. */ + ModestTransportStoreProtocol incoming_protocol; /* This may not change. */ + ModestTransportStoreProtocol outgoing_protocol; /* This may not change. */ gchar * original_account_title; + + ModestAuthProtocol protocol_authentication_incoming; + + GtkNotebook *notebook; 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; @@ -97,6 +103,8 @@ ModestAccountSettingsDialog* modest_account_settings_dialog_new (void); void modest_account_settings_dialog_set_account_name (ModestAccountSettingsDialog *dialog, const gchar* account_name); +void modest_account_settings_dialog_switch_to_user_info (ModestAccountSettingsDialog *dialog); + G_END_DECLS #endif /* _MODEST_ACCOUNT_SETTINGS_DIALOG */