new OPT_MR option

This commit is contained in:
Ward Wouts 2003-04-28 14:36:19 +00:00
parent 5c3915731f
commit 10de026831
3 changed files with 6 additions and 5 deletions

View file

@ -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$ # $Source$
from 0.2.0 to 0.2.1 from 0.2.0 to 0.2.1
- fail gracefully at a lack of configuration - fail gracefully at a lack of configuration
- fail gracefully if tempdir doesn't exist or isn't writable - fail gracefully if tempdir doesn't exist or isn't writable
- implement DELEXT configuration option - implement DELEXT configuration option
- implement OPT_MR configuration option
from 0.1.0 to 0.2.0 from 0.1.0 to 0.2.0
- fix extension enforcing - fix extension enforcing

View file

@ -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$ # $Source$
Ripnews is a bulk downloader for usenet. It's quite flexible in terms of Ripnews is a bulk downloader for usenet. It's quite flexible in terms of
@ -102,7 +102,8 @@ Supported config options:
OPT_I=<pattern> Set include pattern. OPT_I=<pattern> Set include pattern.
OPT_L=<bool> Set long filenames. OPT_L=<bool> Set long filenames.
OPT_C=<bool> Sets combined filenames. OPT_C=<bool> Sets combined filenames.
OPT_X=<pattern> Set exclude pattern OPT_X=<pattern> Set exclude pattern.
OPT_MR=<pattern> Set "mark read" pattern.
OPT_T=<bool> Set test mode. Newsrc files will not be written OPT_T=<bool> Set test mode. Newsrc files will not be written
to. to.
TEMPDIR=<dir> Set tempdir location. TEMPDIR=<dir> Set tempdir location.

View file

@ -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$ # $Source$
[ ] check for multiple servers (ip adresses) for each name and pick [ ] 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 This will mess up things if a get_body is repeated because of
exceptions. Use buffering for each body, before writing... exceptions. Use buffering for each body, before writing...
[ ] more regression tests [ ] more regression tests
[ ] add "mark read" option for subjects
[ ] update documentation [ ] update documentation