summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ab
diff options
context:
space:
mode:
authordillo <dillo>2001-05-23 13:15:34 +0000
committerdillo <dillo>2001-05-23 13:15:34 +0000
commit2a70b23725e9afe44e476d80655db85f2ffc653d (patch)
tree3f035b580c7c45c7c612ca080a137a56f4900ecd /news/tin/patches/patch-ab
parent178ada5cdff5c6d9ea6d047ddaad7a2d8b59cedd (diff)
downloadpkgsrc-2a70b23725e9afe44e476d80655db85f2ffc653d.tar.gz
fix bug: Rereading active file doesn't reread active.mail (MH box
pseudo newsgroups), bumping version to 1.4.5nb1. Patches sent to maintainers.
Diffstat (limited to 'news/tin/patches/patch-ab')
-rw-r--r--news/tin/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ab b/news/tin/patches/patch-ab
new file mode 100644
index 00000000000..c46fe0db11e
--- /dev/null
+++ b/news/tin/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2001/05/23 13:15:34 dillo Exp $
+
+--- src/active.c.orig Tue May 22 14:01:24 2001
++++ src/active.c Tue May 22 14:00:54 2001
+@@ -110,6 +110,9 @@
+
+ vWriteNewsrc ();
+ read_news_active_file ();
++#if !defined(INDEX_DAEMON) && defined(HAVE_MH_MAIL_HANDLING)
++ read_mail_active_file ();
++#endif /* !INDEX_DAEMON && HAVE_MH_MAIL_HANDLING */
+
+ if (read_cmd_line_groups ())
+ command_line = TRUE;