From 1e2ef279b1f7ee93e0d17535b83fd38d65c5a6f3 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 10 Apr 1999 00:34:26 +0000 Subject: [PATCH] comment out mailbox test, because it is stale and won't build --- mailnews/local/tests/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mailnews/local/tests/Makefile.in b/mailnews/local/tests/Makefile.in index 216355891c34..7092681b9ab2 100644 --- a/mailnews/local/tests/Makefile.in +++ b/mailnews/local/tests/Makefile.in @@ -22,7 +22,9 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = pop3 mailbox +DIRS = pop3 +#commented out because it doesn't build +#DIRS += mailbox include $(topsrcdir)/config/config.mk