]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Added VIEW_CALBRIEF
[citadel.git] / citadel / citadel.h
index db82b67ea19b88a1bf39f5940dbe3a7d351f6ccc..a14ac9d1045c9921c2e868dae451793d68376967 100644 (file)
@@ -253,6 +253,8 @@ enum {
 #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 */
+
 
 #ifdef __cplusplus
 }