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 744167 - reply-to is not properly read from gmime
reply-to is not properly read from gmime
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: engine
unspecified
Other Linux
: Normal normal
: 0.10.0
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-08 12:59 UTC by Marvin W
Modified: 2015-02-14 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch: "Read reply_to from gmime" (1.59 KB, patch)
2015-02-08 12:59 UTC, Marvin W
none Details | Review

Description Marvin W 2015-02-08 12:59:15 UTC
Created attachment 296377 [details] [review]
Patch: "Read reply_to from gmime"

gmime's reply-to field is not stored in the rfc822 message equivalent and thus the reply-to is not used for replying.

The attached patch should fix this issue.
Comment 1 Jim Nelson 2015-02-10 22:21:16 UTC
I see what this is doing but I don't see what use case is being fixed here.  For example, is this to fix the situation where someone sends me an email with a Reply-To: field?  Because, with this patch, that use case is still not working (unless I'm missing something).
Comment 2 Marvin W 2015-02-10 23:34:01 UTC
For me it is working on top of current master.

I guess you tried to reply to an email send by yourself with reply-to field set. While this might be an easy test case, it causes geary to send the reply to the original to list instead of the reply-to field.
Comment 3 Jim Nelson 2015-02-14 01:11:34 UTC
Right you are!  Now I see it working.

Pushed to master, commit c711b7

See also bug #744506