* First steps to apply global and per-account settings to send&receive
[modest] / src / modest-account-mgr-helpers.h
index 1c40224..f04d78f 100644 (file)
@@ -45,10 +45,10 @@ typedef struct {
        gchar            *hostname;
        gchar            *username;
        gchar            *uri; /*< Only for mbox and maildir accounts. */
-       ModestProtocol    proto; /*< The store or transport. Not ORed. */
+       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;