pkgsrc/news/tin/patches/patch-ab
dillo 2c02a8e5ee fix bug: Rereading active file doesn't reread active.mail (MH box
pseudo newsgroups), bumping version to 1.4.5nb1.  Patches sent to
maintainers.
2001-05-23 13:15:34 +00:00

14 lines
422 B
Text

$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;