Remove undisclosed recipients only for creating new messages, not in simplifying
[modest] / src / widgets / modest-security-options-view.h
index 1fc7121..fbd63e7 100644 (file)
@@ -84,6 +84,8 @@ void modest_security_options_view_save_settings (ModestSecurityOptionsView* self
 void modest_security_options_view_set_server_type (ModestSecurityOptionsView* self, 
                                                   ModestProtocolType server_type);
 
+ModestProtocolType modest_security_options_view_get_connection_protocol (ModestSecurityOptionsView *self);
+
 gboolean modest_security_options_view_changed (ModestSecurityOptionsView* self,
                                               ModestAccountSettings *settings);
 
@@ -104,6 +106,9 @@ void modest_security_options_view_enable_changes (ModestSecurityOptionsView* sel
  **/
 gboolean modest_security_options_view_auth_check (ModestSecurityOptionsView* self);
 
+gboolean modest_security_options_view_has_missing_mandatory_data (ModestSecurityOptionsView* self);
+
+
 G_END_DECLS
 
 #endif /* __MODEST_SECURITY_OPTIONS_VIEW_H__ */