Edit Sup Issue: issue34

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2009-12-13.20:48:43 by anonymous, last changed by anonymous.

Files
File name Uploaded Type Edit Remove
0001-unescaping-maildir-uri-to-allow-spaces-etc.patch anonymous, 2009-12-13.20:48:42 application/octet-stream edit
Messages
msg86 (view) Author: anonymous Date: 2009-12-13.20:48:42
I've been having problems adding a maildir source with a space in its absolute path.

  sup-add "maildir:/path/to/maildir with spaces"

It works if you enscape spaces with %20 or + as done normally in URIs:

  sup-add "maildir:/path/to/maildir%20with%20spaces"

But the maildir source doesn't unescape the uri path. Attached patch fixes that. 

However, I'm still not convinced one should be expected to escape URIs for
sup-add. I'd be interested in your opinion on that matter, and willing to go and
write a patch for that part as well.
History
Date User Action Args
2009-12-13 20:48:43anonymouscreate