new OPT_MR option
This commit is contained in:
parent
5c3915731f
commit
10de026831
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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=<pattern> Set include pattern.
|
||||
OPT_L=<bool> Set long 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
|
||||
to.
|
||||
TEMPDIR=<dir> Set tempdir location.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue