X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-connection-specific-smtp-window.h;h=f94a93fff8ba51d0f8ff2f91eccb1c8f88f5ad4a;hb=1e992fe6d5d1bb508a84cba052e0c18f555767c7;hp=8ad34cad4f7dbff38c49546899c516239dcf0083;hpb=e4b6d19381634ba0d5b2fb774a0abd0f1bd4e180;p=modest diff --git a/src/maemo/modest-connection-specific-smtp-window.h b/src/maemo/modest-connection-specific-smtp-window.h index 8ad34ca..f94a93f 100644 --- a/src/maemo/modest-connection-specific-smtp-window.h +++ b/src/maemo/modest-connection-specific-smtp-window.h @@ -30,6 +30,7 @@ #ifndef __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW #define __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW +#include #include #include @@ -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 */