From f32fa4684125d4c37f09887d506753006895a56e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 22 Sep 2002 02:57:18 +0000 Subject: [PATCH] * Backed the previous change out. There is no such vcal type as 'note' --- citadel/axdefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/citadel/axdefs.h b/citadel/axdefs.h index 4c433ea2d..7baee1908 100644 --- a/citadel/axdefs.h +++ b/citadel/axdefs.h @@ -30,8 +30,7 @@ char *viewdefs[]={ "Summary", "Address book", "Calendar", - "Tasks", - "Notes" + "Tasks" }; #define VIEWDEFS 1 -- 2.30.2