! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Send To Mail Recipient fails when the filename has spaces
Status:
RESOLVED: FIXED

Comments

Description Stefan Liebenberg 2010-09-02 08:05:43 CEST
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100724 Firefox/3.6.8
Build Identifier: Thunar 1.0.2

Using the send-to -> mail recipient. If the filenames contains spaces, those spaces are converted to '%20' which thunderbird fails to understand.

Reproducible: Always

Steps to Reproduce:
1. create a file with spaces in the filename, (eg. "~/docs/my favorite pudding.pdf")
2. right click on file, send to, mail recipient ( using thunderbird )
3. try sending the email.
Actual Results:  
After step 3 thunderbird shows error:

Sending of message failed.
Unable to open the temporary file /home/steve/unisa/inf1511-10-s2/assignments%202010/inf1511%20-%20assignment%202.pdf. Check your 'Temporary Directory' setting."

Expected Results:  
Thunderbird should find the file without any hassle.
Comment 1 Jannis Pohlmann editbugs 2010-11-09 22:42:51 CET
URIs are escaped, yes. So ' ' is converted to %20. That's simply how URIs work. I think you may have a different problem with your installation. Could something be wrong with your /tmp directory?

I'd be surprised if Thunarbird no longer supports URIs...

Bug #6678

Reported by:
Stefan Liebenberg
Reported on: 2010-09-02
Last modified on: 2012-09-26

People

Assignee:
Jannis Pohlmann
CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information