Excerpts from Giorgio Lando's message of Fri Jan 04 14:54:48 -0800 2008:
> Hi, I am a new user of sup and I like it a lot. I plan to switch
> gradually from mutt.

Yay!

> /usr/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(is not URI?):

Bah. I thought I was going to be so cool by treating everything as a
URI, but it's caused nothing but hassle.

You need to URL-encode them. Something like this:

  $ irb -rcgi
  >> CGI::escape "[Drafts]"
  => "%5BDrafts%5D"

HTH,

-- 
William <[EMAIL PROTECTED]>
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to