argh, stomme fout. alle incompletes werden gemarked als read
This commit is contained in:
parent
7ef23327ce
commit
ac22535e8d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/local/bin/ruby -w
|
#!/usr/local/bin/ruby -w
|
||||||
|
|
||||||
# $Dwarf: ripnews.rb,v 1.104 2005/05/10 20:52:03 ward Exp $
|
# $Dwarf: ripnews.rb,v 1.105 2005/05/11 11:11:04 ward Exp $
|
||||||
# $Source$
|
# $Source$
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -678,7 +678,8 @@ def main
|
||||||
end
|
end
|
||||||
# if Mark Remaining Read is set do so
|
# if Mark Remaining Read is set do so
|
||||||
elsif @config[group].has_key?("-MRR") and @config[group]["-MRR"] and
|
elsif @config[group].has_key?("-MRR") and @config[group]["-MRR"] and
|
||||||
!(@config[group].has_key?("-X") and i =~ /#{@config[group]["-X"]}/)
|
!(@config[group].has_key?("-X") and i =~ /#{@config[group]["-X"]}/) and
|
||||||
|
!(i =~ /#{@config[group]["-I"]}/)
|
||||||
#print "Marking remaining '#{i}' as read\n"
|
#print "Marking remaining '#{i}' as read\n"
|
||||||
@articles.group_update_newsrc(i)
|
@articles.group_update_newsrc(i)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue