]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/views.txt
* Changed internal version number to 6.21
[citadel.git] / citadel / techdoc / views.txt
index e4e52855ff6be88f240269886e99986823b1a930..ee2aa5de2ef9836e0c14f5f3babbba15bf024c3d 100644 (file)
@@ -23,4 +23,6 @@ is in the room record as room.QRdefaultview (and is also an integer).
 #define        VIEW_BBS                0       /* Traditional Citadel BBS view */
 #define VIEW_MAILBOX           1       /* Mailbox summary */
 #define VIEW_ADDRESSBOOK       2       /* Address book view */
+#define VIEW_CALENDAR          3       /* Calendar view */
+#define VIEW_TASKS             4       /* Tasks view */