summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/patches/patch-ac')
-rw-r--r--news/tin/patches/patch-ac25
1 files changed, 25 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ac b/news/tin/patches/patch-ac
new file mode 100644
index 00000000000..1791a5e2f95
--- /dev/null
+++ b/news/tin/patches/patch-ac
@@ -0,0 +1,25 @@
+$NetBSD: patch-ac,v 1.1 2001/05/23 13:15:34 dillo Exp $
+
+--- src/mail.c.orig Mon Jul 3 13:17:46 2000
++++ src/mail.c Tue May 22 14:22:33 2001
+@@ -62,6 +62,20 @@
+ continue;
+
+ /*
++ * Update mailgroup info
++ */
++ if ((ptr = psGrpFind (buf)) != NULL) {
++ if (strcmp(ptr->spooldir, my_spooldir) != 0) {
++ free(ptr->spooldir);
++ ptr->spooldir = my_strdup(my_spooldir);
++ }
++ ptr->xmax = max;
++ ptr->xmin = min;
++
++ continue;
++ }
++
++ /*
+ * Load mailgroup into group hash table
+ */
+ if ((ptr = psGrpAdd (buf)) == NULL)