diff options
Diffstat (limited to 'news/tin/patches/patch-ab')
-rw-r--r-- | news/tin/patches/patch-ab | 14 |
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; |