From 6cc416dad8a8c3a6b9917d3bfc5cbc18660db5f1 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sat, 27 Apr 1996 19:16:48 +0000 Subject: Merge Mark's changes and my previous changes together to provide a 6.8.4 with the same functionality as 6.8.3. --- mail/mh/files/patch-ab | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) (limited to 'mail/mh/files/patch-ab') diff --git a/mail/mh/files/patch-ab b/mail/mh/files/patch-ab index 83395d7de31b..b5d02ae2d62c 100644 --- a/mail/mh/files/patch-ab +++ b/mail/mh/files/patch-ab @@ -1,25 +1,16 @@ -diff -udr ../mh-6.8.3.ORG/conf/FreeBSD ./conf/FreeBSD ---- ../mh-6.8.3.ORG/conf/FreeBSD Sat Apr 27 18:53:50 1996 -+++ ./conf/FreeBSD Sat Apr 27 18:48:58 1996 -@@ -27,14 +27,16 @@ - # - # POP - # --#pop on --#popdir /usr/local/libexec -+pop on -+popdir /usr/local/libexec -+ldoptlibs -lcrypt -+options POP2 -+options RPOP -+options POPSERVICE='"pop3"' - #options APOP='"/usr/local/etc/pop.auth"' - #options DPOP - #options MPOP --#options POP2 --#options RPOP --#options POPSERVICE='"pop3"' -+#options KPOP - # - # - #bboards nntp +*** folder.c.orig Tue Nov 30 20:01:36 1993 +--- uip/folder.c Fri Jul 1 13:11:16 1994 +*************** +*** 551,556 **** +--- 551,561 ---- + + base = strcmp (name, "./") ? name : name + 2;/* hack */ + ++ /* short-cut to see if directory has any sub-directories */ ++ ++ if (stat (name, &st) != NOTOK && st.st_nlink == 2) ++ return; ++ + if ((dd = opendir (name)) == NULL) { + admonish (name, "unable to read directory "); + return; -- cgit v1.2.3