From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (c6A855BC1.dhcp.bluecom.no. [193.91.133.106]) by mx.google.com with ESMTPS id b17sm12471054bkd.8.2011.10.08.10.57.33 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Oct 2011 10:57:36 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Gaute Hope To: Sup Talk Subject: Re: [sup-talk] Adding maildir folder with a space In-reply-to: <1318093920-sup-7623@boots> References: <1318045500-sup-149@boots> <1318093920-sup-7623@boots> Date: Sat, 08 Oct 2011 19:53:55 +0200 Message-Id: <1318096369-sup-9918@qwerzila> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Excerpts from Martin Miller's message of 2011-10-08 19:14:34 +0200: > > The URI is a file path in this case, so the usual way of putting a > > space in is to put a backslash in front of the space. So for > > sources.yaml you could do: > > > > uri: maildir:/home/marty/lavabit/Acct\ Dtls > > I should have mentioned that I tried that before. The error looks like this: > --- URI::InvalidURIError from thread: main > bad URI(is not URI?): maildir:/home/marty/lavabit/Acct\ Dtls > /usr/lib/ruby/1.9.1/uri/common.rb:156:in `split' > /usr/lib/ruby/1.9.1/uri/common.rb:174:in `parse' > /usr/lib/ruby/1.9.1/uri/common.rb:628:in `parse' > /usr/lib/ruby/1.9.1/uri/common.rb:854:in `URI' > Don't you need to have three slashes: maildir:///path/to/dir - Gaute