diff options
author | dillo <dillo@pkgsrc.org> | 2001-05-23 13:15:34 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2001-05-23 13:15:34 +0000 |
commit | 2c02a8e5ee8fac4f36bd7d64926bc67ed0661cdd (patch) | |
tree | 3f035b580c7c45c7c612ca080a137a56f4900ecd /news/tin/patches/patch-ab | |
parent | 813d0a294344097b3b9549a71d310f1e8d553188 (diff) | |
download | pkgsrc-2c02a8e5ee8fac4f36bd7d64926bc67ed0661cdd.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-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; |