From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 04 Jan 2008 16:09:55 -0800 Subject: [sup-talk] Some initial problems with sup In-Reply-To: <20080104225448.GA19639@clarabella.clarabella> References: <20080104225448.GA19639@clarabella.clarabella> Message-ID: <1199491687-sup-7120@south> 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