From e6539903a41aa254fc851412746ea4518730427e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 6 Feb 2006 22:53:55 +0000 Subject: [PATCH] Added VIEW_CALBRIEF --- citadel/citadel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/citadel/citadel.h b/citadel/citadel.h index db82b67ea..a14ac9d10 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 } -- 2.30.2