2007-05-15 Murray Cumming <murrayc@murrayc.com>
[modest] / src / maemo / modest-account-settings-dialog.h
index 9aff911..2ce1a01 100644 (file)
@@ -43,6 +43,8 @@ typedef struct {
        
        gboolean modified;
        gchar * account_name; /* This may not change. It is not user visible. */
+       ModestProtocol incoming_protocol; /* This may not change. */
+       ModestProtocol outgoing_protocol; /* This may not change. */
        gchar * original_account_title;
        
        GtkWidget *page_account_details;