* Remove non-common code to prepare moving the include to common
[modest] / src / maemo / modest-account-settings-dialog.h
index e60df5c..5e6bd1c 100644 (file)
@@ -9,7 +9,6 @@
 #include <gtk/gtkdialog.h>
 #include <gtk/gtknotebook.h>
 #include "modest-account-mgr.h"
 #include <gtk/gtkdialog.h>
 #include <gtk/gtknotebook.h>
 #include "modest-account-mgr.h"
-#include "modest-hildon-includes.h"
 
 G_BEGIN_DECLS
 
 
 G_BEGIN_DECLS
 
@@ -44,6 +43,7 @@ typedef struct {
        ModestAccountSettings *settings;
        
        gboolean modified;
        ModestAccountSettings *settings;
        
        gboolean modified;
+       gboolean save_password;
        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 * 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. */
@@ -106,6 +106,10 @@ void modest_account_settings_dialog_set_account (ModestAccountSettingsDialog *di
 
 void modest_account_settings_dialog_switch_to_user_info (ModestAccountSettingsDialog *dialog);
 
 
 void modest_account_settings_dialog_switch_to_user_info (ModestAccountSettingsDialog *dialog);
 
+void modest_account_settings_dialog_set_modified (ModestAccountSettingsDialog *dialog, gboolean modified);
+
+void modest_account_settings_dialog_save_password (ModestAccountSettingsDialog *dialog);
+
 G_END_DECLS
 
 #endif /* _MODEST_ACCOUNT_SETTINGS_DIALOG */
 G_END_DECLS
 
 #endif /* _MODEST_ACCOUNT_SETTINGS_DIALOG */