Added VIEW_CALBRIEF
authorArt Cancro <ajc@citadel.org>
Mon, 6 Feb 2006 22:53:55 +0000 (22:53 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 6 Feb 2006 22:53:55 +0000 (22:53 +0000)
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
 }