more consistent tabbing
This commit is contained in:
parent
30c79ac405
commit
00fb830be6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/ruby -w
|
||||
|
||||
# $Dwarf: ripnews.rb,v 1.52 2003/04/24 12:14:36 ward Exp $
|
||||
# $Dwarf: ripnews.rb,v 1.53 2003/04/27 22:28:59 ward Exp $
|
||||
# $Source$
|
||||
|
||||
require 'date'
|
||||
|
|
@ -352,14 +352,14 @@ def check_ext(group, filename, mode, subject)
|
|||
case mode
|
||||
when "s"
|
||||
if @config[group].has_key?("-SD") && ( filename =~ /\.(#{@config[group]["-SD"]})$/ )
|
||||
print "Marking '#{subject}' matches as read\n"
|
||||
print " Marking '#{subject}' matches as read\n"
|
||||
@articles.group_update_newsrc(subject)
|
||||
return false
|
||||
end
|
||||
return @config[group].has_key?("-S") ? ( filename =~ /\.(#{@config[group]["-S"]})$/ ) : true
|
||||
when "m"
|
||||
if @config[group].has_key?("-MD") && ( filename =~ /\.(#{@config[group]["-MD"]})$/ )
|
||||
print "Marking '#{subject}' matches as read\n"
|
||||
print " Marking '#{subject}' matches as read\n"
|
||||
@articles.group_update_newsrc(subject)
|
||||
return false
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue