]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Deleting a message from the Trash folder now actually deletes it instead
[citadel.git] / webcit / webcit.h
index d61fef65aa8986e6bcc49cdab7dd5e5c93de27fd..d7a3f403abe3d1a87b3123950b5f3b4924dbb86d 100644 (file)
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         640             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    661             /* min required Citadel ver. */
+#define MINIMUM_CIT_VERSION    663             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */
@@ -321,6 +321,7 @@ struct wcsession {
        unsigned room_flags;
        int wc_view;
        int wc_default_view;
+       int wc_is_trash;
        int wc_floor;
        char ugname[128];
        long uglsn;