]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Added new view type VIEW_JOURNAL - not yet used by
[citadel.git] / citadel / citadel.h
index 92c24fc6c8132ae66fb736226a4a1e02f3382cf5..570b7879b023bf91d271e4f3997538e7a18362d7 100644 (file)
@@ -282,7 +282,7 @@ enum {
 #define VIEW_NOTES             5       /* Notes view */
 #define        VIEW_WIKI               6       /* Wiki view */
 #define VIEW_CALBRIEF          7       /* Brief Calendar view */
-#define VIEW_SIEVE              8       /* Sieve manage rules store */
+#define VIEW_JOURNAL           8       /* Journal view (not yet implemented in native clients) */
 
 #ifdef __cplusplus
 }