<div dir="ltr"><div><div><div><div>Hi guys,<br><br></div>I'm new to this so bear with me but I'm trying to do a rule like this for Firefox using arbtt v0.7:<br><br>-- Firefox<br>current window ($program == "Navigator") ==><br>
  if $title =~ /^(.*) - (.*@.*) - .* Mail - Mozilla Firefox$/ then tag Email:$2-$1 else<br>  if $title =~ /^(.*) - Calendar - Mozilla Firefox$/ then tag Calendar:$1 else<br>  if $title =~ /^(.*) - Mozilla Firefox$/ then tag Firefox:$1 else tag Firefox,<br>
<br></div><div>But I get:<br>Parser error:<br>"/home/rich/.arbtt/categorize.cfg" (line 29, column 3):<br>unexpected "i"<br>expecting "else"<br></div><div><br></div>If looks to be correct according to the syntax rules; am I doing something wrong or is this a bug?<br>
<br></div>Cheers,<br></div>Rich<br></div>