Bug 448880
Summary: | email description causing send problems in evolution | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rodd Clarkson <rodd> | ||||
Component: | nautilus-sendto | Assignee: | Bastien Nocera <bnocera> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9 | CC: | bnocera, bugzilla-redhat, marek78uk, stickster | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 1.0.0-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-06-16 12:30:28 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Rodd Clarkson
2008-05-29 08:14:55 UTC
Could you please export a vCard for the contact you had the problem for? You can either send it to my e-mail directly, or attach it here as private (i think). Created attachment 307027 [details]
Vcard for John Doe (or More correctly Doe, John)
Here's a Vcard for Doe, John.
This problem isn't related to any single contact in my address book, but seems
to affect any contact that's Firstname Lastname format is converted by
Evolution into Lastname, Firstname.
Most of the addresses in my contacts appear this way in evolution too.
Fixed upstream: 2008-05-29 Bastien Nocera <hadess> * src/plugins/evolution.c (contacts_selected_cb): When a contact is selected, try getting the name from different fields, and don't use E_CONTACT_NAME_OR_ORG, as it could add a comma in the name, causing problems when sending e-mails. Should fix: https://bugzilla.redhat.com/show_bug.cgi?id=448880 *** Bug 449285 has been marked as a duplicate of this bug. *** nautilus-sendto-1.0.0-1.fc8 has been submitted as an update for Fedora 8 nautilus-sendto-1.0.0-1.fc9 has been submitted as an update for Fedora 9 nautilus-sendto-1.0.0-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update nautilus-sendto'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5274 Works for me after installing the update. Thanks Guys! I am still able to reproduce the problem after applying the 1.0.0-1.fc9 update. Version info... nautilus-sendto-1.0.0-1.fc9.i386 This applies to email addresses that are in a format like this... Last, First <user> Here's the line from an strace showing the call to evolution... execve("/usr/bin/evolution", ["/usr/bin/evolution", "mailto:Last, First <first.last>?attach=file:///home/flast/Desktop/untitled_1.odt"], [/* 39 vars */]) = 0 I believe a good solution would be for nautilus-sendto to quote any text in an email address that appears outside of a < > pair, ...but only if a < > pair is present. If I manually call evolution, I can recreate this from a shell prompt... ## FAILS (equivalent to how nautilus-sendto runs it)... /usr/bin/evolution "mailto:Last, First <first.last>?attach=file:///home/flast/Desktop/untitled_1.odt" ## WORKS (possible solution scenario)... /usr/bin/evolution "mailto:\"Last, First\" <first.last>?attach=file:///home/flast/Desktop/untitled_1.odt" nautilus-sendto-1.0.0-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. nautilus-sendto-1.0.0-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |