From: Art Cancro Date: Tue, 17 Sep 2002 03:02:52 +0000 (+0000) Subject: * add calendar and tasks to views X-Git-Tag: v7.86~6232 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=abd7f07e324b03dae8cb63eaecb8f508c500c561 * add calendar and tasks to views --- diff --git a/citadel/axdefs.h b/citadel/axdefs.h index ecbb5f78d..7baee1908 100644 --- a/citadel/axdefs.h +++ b/citadel/axdefs.h @@ -28,7 +28,9 @@ extern char *axdefs[]; char *viewdefs[]={ "Messages", "Summary", - "Address book" + "Address book", + "Calendar", + "Tasks" }; #define VIEWDEFS 1