* Fixes NB#62776 which affects systest, now the root folders shows the main view...
[modest] / src / modest-account-mgr-helpers.h
index 8b69d2c..b09818e 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
        ModestTransportStoreProtocol    proto; /*< The store or transport. Not ORed. */
        gchar            *password;
        time_t            last_updated;
-       gint             port; /* Or 0, if the default should be used. */
+       gint              port; /* Or 0, if the default should be used. */
        ModestAuthProtocol   secure_auth;
        ModestConnectionProtocol   security;
 } ModestServerAccountData;
@@ -228,6 +228,14 @@ gboolean modest_account_mgr_remove_connection_specific_smtp (ModestAccountMgr *s
                                         const gchar* connection_name);
 
 /**
+ * modest_account_mgr_get_has_connection_specific_smtp
+ * @self: a ModestAccountMgr instance
+ * @name: the account name
+ * @result: Whether this account uses any connection-specific smtp server accounts.
+ */    
+gboolean modest_account_mgr_get_has_connection_specific_smtp (ModestAccountMgr *self, const gchar* account_name);
+
+/**
  * modest_account_mgr_get_connection_specific_smtp
  * @self: a ModestAccountMgr instance
  * @name: the account name