argh, stomme fout. alle incompletes werden gemarked als read

This commit is contained in:
Ward Wouts 2005-05-18 21:52:51 +00:00
parent 7ef23327ce
commit ac22535e8d

View file

@ -1,6 +1,6 @@
#!/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$
#
@ -678,7 +678,8 @@ def main
end
# if Mark Remaining Read is set do so
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"
@articles.group_update_newsrc(i)
end