* add calendar and tasks to views
authorArt Cancro <ajc@citadel.org>
Tue, 17 Sep 2002 03:02:52 +0000 (03:02 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 17 Sep 2002 03:02:52 +0000 (03:02 +0000)
citadel/axdefs.h

index ecbb5f78dfb289709010a27d027257c9c3d1aa46..7baee190802f4be195ac32ce694d230d7c74dde8 100644 (file)
@@ -28,7 +28,9 @@ extern char *axdefs[];
 char *viewdefs[]={
        "Messages",
        "Summary",
-       "Address book"
+       "Address book",
+       "Calendar",
+       "Tasks"
 };
 
 #define VIEWDEFS 1