commit 5f0ff66432ed66929a7a14e22df7105a4d68e4da
parent c99a08f8b0eb1a356c1ed0f84ea76127079fee53
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Tue, 14 Apr 2009 11:18:50 -0700
update firefox tagger to accept "Gran Paradiso" as its name
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/config.rb b/config.rb
@@ -63,8 +63,6 @@ EOF
# Tagging Rules
fs.tagrules.write <<EOF
-/Gran Paradiso - Restore Previous Session/ -> web
-/.*notes.*/ -> note
/Deluge/ -> tor
/Buddy List.*/ -> chat
/XChat.*/ -> chat
@@ -153,7 +151,7 @@ EOF
c = Client.new(id)
case c.props.read
- when /Gran Paradiso - Restore Previous Session/
+ when /(Firefox|Gran Paradiso) - Restore Previous Session/
c.tags = 'web'
when /:(Firefox|Gran Paradiso|jEdit|Epiphany)/i
c.tags = curr_tag