* add "Copy" to the CSM; might fix NB#58246, but needs discussion with the UI designer
[modest] / src / maemo / modest-connection-specific-smtp-window.h
index 8ad34ca..f94a93f 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 #define __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 
+#include <modest-account-mgr.h>
 #include <gtk/gtkwindow.h>
 #include <gtk/gtktreeview.h>
 
@@ -70,6 +71,14 @@ GType modest_connection_specific_smtp_window_get_type (void);
 
 ModestConnectionSpecificSmtpWindow* modest_connection_specific_smtp_window_new (void);
 
+void
+modest_connection_specific_smtp_window_fill_with_connections (ModestConnectionSpecificSmtpWindow *self, 
+       ModestAccountMgr *account_manager, const gchar* account_name);
+
+gboolean
+modest_connection_specific_smtp_window_save_server_accounts (ModestConnectionSpecificSmtpWindow *self, 
+       const gchar* account_name);
+
 G_END_DECLS
 
 #endif /* __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW */