* src/maemo/modest-msg-view-window.c:
[modest] / src / maemo / modest-connection-specific-smtp-edit-window.h
index 4a115e0..4efcee5 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <gtk/gtkdialog.h>
 #include <gtk/gtktreeview.h>
+#include <modest-server-account-settings.h>
 
 G_BEGIN_DECLS
 
@@ -71,7 +72,14 @@ GType modest_connection_specific_smtp_edit_window_get_type (void);
 ModestConnectionSpecificSmtpEditWindow* modest_connection_specific_smtp_edit_window_new (void);
 
 void modest_connection_specific_smtp_edit_window_set_connection (
-       ModestConnectionSpecificSmtpEditWindow *window, const gchar* iap_id, const gchar* iap_name);
+       ModestConnectionSpecificSmtpEditWindow *window, const gchar* iap_id, const gchar* iap_name, 
+       ModestServerAccountSettings *server_settings);
+       
+ModestServerAccountSettings* modest_connection_specific_smtp_edit_window_get_settings (
+       ModestConnectionSpecificSmtpEditWindow *window);
+
+gboolean modest_connection_specific_smtp_edit_window_is_dirty(
+       ModestConnectionSpecificSmtpEditWindow *window);
        
 G_END_DECLS