GNOME Bugzilla – Bug 744167
reply-to is not properly read from gmime
Last modified: 2015-02-14 01:11:34 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.
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).
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.
Right you are! Now I see it working. Pushed to master, commit c711b7 See also bug #744506