]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* realize types in preferences like thought at the start
[citadel.git] / webcit / webcit.h
index 88b1e20f1ba1e97f860bb4159181b7d0672aaed3..270c293437bbe0c6de64925c4199fd441783063c 100644 (file)
@@ -371,6 +371,7 @@ struct wcsession {
        char this_page[512];                    /**< URL of current page */
        char http_host[512];                    /**< HTTP Host: header */
        HashList *hash_prefs;                   /**< WebCit preferences for this user */
+       int SavePrefsToServer;                  /**< Should we save our preferences to the server at the end of the request? */
        HashList *disp_cal_items;               /**< sorted list of calendar items; startdate is the sort criteria. */
        HashList *attachments;                  /**< list of attachments for 'enter message' */
        char last_chat_user[256];               /**< ??? todo */