From 10de0268318d181df4da4a790140adcc5c8b9d5b Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Mon, 28 Apr 2003 14:36:19 +0000 Subject: [PATCH] new OPT_MR option --- trunk/ripnews/CHANGELOG | 3 ++- trunk/ripnews/README | 5 +++-- trunk/ripnews/TODO | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/trunk/ripnews/CHANGELOG b/trunk/ripnews/CHANGELOG index c410fc5..a6c8aee 100644 --- a/trunk/ripnews/CHANGELOG +++ b/trunk/ripnews/CHANGELOG @@ -1,10 +1,11 @@ -# $Dwarf: CHANGELOG,v 1.20 2003/04/24 12:14:36 ward Exp $ +# $Dwarf: CHANGELOG,v 1.21 2003/04/27 22:28:59 ward Exp $ # $Source$ from 0.2.0 to 0.2.1 - fail gracefully at a lack of configuration - fail gracefully if tempdir doesn't exist or isn't writable - implement DELEXT configuration option + - implement OPT_MR configuration option from 0.1.0 to 0.2.0 - fix extension enforcing diff --git a/trunk/ripnews/README b/trunk/ripnews/README index a4cf411..974c138 100644 --- a/trunk/ripnews/README +++ b/trunk/ripnews/README @@ -1,4 +1,4 @@ -# $Dwarf: README,v 1.6 2003/04/24 07:59:37 ward Exp $ +# $Dwarf: README,v 1.7 2003/04/27 22:28:59 ward Exp $ # $Source$ Ripnews is a bulk downloader for usenet. It's quite flexible in terms of @@ -102,7 +102,8 @@ Supported config options: OPT_I= Set include pattern. OPT_L= Set long filenames. OPT_C= Sets combined filenames. -OPT_X= Set exclude pattern +OPT_X= Set exclude pattern. +OPT_MR= Set "mark read" pattern. OPT_T= Set test mode. Newsrc files will not be written to. TEMPDIR= Set tempdir location. diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index ee3ff19..a0366e2 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -1,4 +1,4 @@ -# $Dwarf: TODO,v 1.13 2003/04/21 22:11:38 ward Exp $ +# $Dwarf: TODO,v 1.14 2003/04/27 22:28:59 ward Exp $ # $Source$ [ ] check for multiple servers (ip adresses) for each name and pick @@ -17,5 +17,4 @@ This will mess up things if a get_body is repeated because of exceptions. Use buffering for each body, before writing... [ ] more regression tests -[ ] add "mark read" option for subjects [ ] update documentation