I use the Weby extension for Launchy to do custom searches. I should be able to search Gmail like this

using this search definition
Mail http://mail.google.com/a/caudillweb.com/#search/%1

but the forward slash following #search gets rewritten to a backslash, so the URL that is sent to the browser is
http://mail.google.com/a/caudillweb.com/#search\foo@caudillweb.com
Gmail doesn't like the backslash, so it considers the URL invalid and redirects to #inbox.
Any ideas how I can stop Launchy (or Weby) from reversing that forward slash?