From: Art Cancro Date: Mon, 6 Feb 2006 22:53:55 +0000 (+0000) Subject: Added VIEW_CALBRIEF X-Git-Tag: v7.86~4225 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=e6539903a41aa254fc851412746ea4518730427e;p=citadel.git Added VIEW_CALBRIEF --- 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 }