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 316983 - Read-receipt is sent to myself
Read-receipt is sent to myself
Status: VERIFIED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.4.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-09-22 22:47 UTC by Carsten Guenther
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.19 KB, patch)
2005-09-23 00:19 UTC, Carsten Guenther
accepted-commit_now Details | Review

Description Carsten Guenther 2005-09-22 22:47:44 UTC
Read-receipts are not working properly. When reading a message in Evolution
which requests a read-receipt, the message is actually sent to myself and not to
the sender of the original message. This has obvisously never been tested!

The bug is very easy to spot in em-composer-utils.c:

        addr = camel_internet_address_new ();
        camel_address_decode (CAMEL_ADDRESS (addr), self_address);
        camel_mime_message_set_recipients (receipt, CAMEL_RECIPIENT_TYPE_TO, addr);
        camel_object_unref (addr);

        addr = camel_internet_address_new ();
        camel_address_decode (CAMEL_ADDRESS (addr), receipt_address);
        camel_mime_message_set_from (receipt, addr);
        camel_object_unref (addr);


I have a patch for this later today.
Comment 1 Carsten Guenther 2005-09-23 00:19:55 UTC
Created attachment 52530 [details] [review]
Proposed patch
Comment 2 André Klapper 2005-09-23 02:11:16 UTC
targetting to 2.4.1

would be cool if your patches were in unified format ("cvs diff -u -p [filename]
> [patch]") and had a changelog, but of course it's also very appreciated in the
current way :-)
Comment 3 Carsten Guenther 2005-09-23 04:53:07 UTC
I did a "cvs -up ..." but thanks for the advice ;-)
Comment 4 parthasarathi susarla 2005-09-23 05:41:32 UTC
The patch looks ok. But please make sure that you have a Changelog with the
patch from the next time you submit a patch.
Also please commit to both HEAD and 2.4 branch.
Comment 5 Carsten Guenther 2005-09-23 06:27:33 UTC
Committed to gnome-2-12 and head. Closing fixed.
Comment 6 C Shilpa 2005-10-07 06:53:15 UTC
marking bug as verified. Fixed in evolution-2.4.1.200510061830-0.snap.novell.0.1.