GNOME Bugzilla – Bug 655290
Cannot send files with a space via thunderbird
Last modified: 2012-03-14 13:07:09 UTC
Hi, when I execute $ nautilus-sendto /tmp/thu/my\ test The following happens: ** Message: Mailer type: 4 ** Message: Command: thunderbird -compose "to='asd',attachment='file:///tmp/thu/my%20test'" However this thunderbird expects a " " instead of the "%20" and therefore fails sending the mail.
$ rpm -q thunderbird nautilus-sendto thunderbird-5.0-1.fc15.i686 nautilus-sendto-3.0.0-1.fc15.i686
Also reported on Ubuntu https://bugs.launchpad.net/nautilus-sendto/+bug/757976
There is a patch for this issue at http://bazaar.launchpad.net/~ubuntu-desktop/nautilus-sendto/ubuntu/revision/25 I could not find any information why this is not upstreamed.
Thunderbird is broken. Either it takes paths, or it takes URIs. Paths with 'file://' prepended aren't URIs. (and I bet it works now, with the same code because Thunderbird got fixed)