]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
VIEW_ definitions are now in libcitadel.h
[citadel.git] / citadel / citadel.h
index 5963a6a19aa215f69c5746854b4415127cfa255b..9e9b92341aef104784efea3ef6a8992a2b1c5f5c 100644 (file)
@@ -270,19 +270,11 @@ enum {
 #define LONG_MAX 2147483647L
 #endif
 
-
 /*
- * Views
+ * Authentication modes
  */
-#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) */
+#define AUTHMODE_NATIVE                0       /* native Citadel authentication */
+#define AUTHMODE_HOST          1       /* host integrated */
 
 #ifdef __cplusplus
 }