After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599388 - Sendto Thunderbird fails if comma in filename
Sendto Thunderbird fails if comma in filename
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-23 10:18 UTC by Gabor Karsay
Modified: 2009-10-30 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to escape comma for thunderbird (1.22 KB, patch)
2009-10-23 10:18 UTC, Gabor Karsay
none Details | Review
Patch to escape comma for thunderbird, 2nd version (1.21 KB, patch)
2009-10-24 11:35 UTC, Gabor Karsay
none Details | Review

Description Gabor Karsay 2009-10-23 10:18:44 UTC
Created attachment 146088 [details] [review]
Patch to escape comma for thunderbird

Can't send files to Thunderbird that have a comma (,) in the filename because
in Thunderbird's syntax the comma separates attachments, so it assumes two or
more files which of course don't exist. Therefor commas have to be escaped
(patch attached).
Comment 1 Gabor Karsay 2009-10-24 11:35:11 UTC
Created attachment 146166 [details] [review]
Patch to escape comma for thunderbird, 2nd version

Removed if-condition because it is always true.
Comment 2 Bastien Nocera 2009-10-30 15:16:00 UTC
Fixed differently. We already escape ampersands in
nautilus-sendto-command.c, so just add commas escaping there.