diff --git a/trunk/ripnews/ripnews.rb b/trunk/ripnews/ripnews.rb index a1c6d9e..15882b5 100755 --- a/trunk/ripnews/ripnews.rb +++ b/trunk/ripnews/ripnews.rb @@ -1,6 +1,6 @@ #!/usr/local/bin/ruby -w -# $Dwarf: ripnews.rb,v 1.98 2005/02/02 10:27:58 ward Exp $ +# $Dwarf: ripnews.rb,v 1.99 2005/02/02 12:25:49 ward Exp $ # $Source$ # @@ -477,8 +477,8 @@ def get_multi(subj, group) thr.run elsif thr.status == "false" # remove finished threads thr.join - else - p thr.status +# else +# p thr.status end } puts "ouside thread\n" @@ -492,7 +492,7 @@ end def fill_preselector(group) if @config[group].has_key?("-I") - @articles.add_preselect_pattern(Regexp.new(@config[group]["-I"])) + @articles.set_preselect_pattern(Regexp.new(@config[group]["-I"])) end end