]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Unfinished code is now disabled.
[citadel.git] / citadel / citadel.h
index 1a759e4ffd6c47e730e3f2289f74b9502f824499..f646fae3c2e652e2f0358a5880f8fffe95db65b2 100644 (file)
@@ -50,6 +50,7 @@ extern "C" {
 #define REV_LEVEL      725             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 725             /* Oldest compatible export files */
+#define LIBCITADEL_MIN 103             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
@@ -270,20 +271,6 @@ enum {
 #define LONG_MAX 2147483647L
 #endif
 
-
-/*
- * Views
- */
-#define        VIEW_BBS                0       /* Bulletin board view */
-#define VIEW_MAILBOX           1       /* Mailbox summary */
-#define VIEW_ADDRESSBOOK       2       /* Address book view */
-#define VIEW_CALENDAR          3       /* Calendar view */
-#define VIEW_TASKS             4       /* Tasks view */
-#define VIEW_NOTES             5       /* Notes view */
-#define        VIEW_WIKI               6       /* Wiki view */
-#define VIEW_CALBRIEF          7       /* Brief Calendar view */
-#define VIEW_JOURNAL           8       /* Journal view (not yet implemented in native clients) */
-
 /*
  * Authentication modes
  */