]> granicus.if.org Git - mutt/commit
Improve Reply-to vs From comparison when replying. (closes #3909)
authorKevin McCarthy <kevin@8t8.us>
Tue, 24 Jan 2017 02:46:16 +0000 (18:46 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 24 Jan 2017 02:46:16 +0000 (18:46 -0800)
commit5e3ac08d71a46c7056c7c480941df48b5c386b89
tree07065c0c789e231b793667b2c9bcfd2d2d514e7e
parent753de4f05ff4f8787cbac057031e4a8e48fa2092
Improve Reply-to vs From comparison when replying. (closes #3909)

Prior to this patch, if the Reply-to mailbox matched the From mailbox,
mutt would always use the From address.  This was probably done to
preserve the display name, as the Reply-to address is often missing one.

Unfortunately, there are circumstances where the Reply-to display-name
has significance, such as in ticket 3909.

Change mutt so that it only uses the From address if the Reply-To has
no display-name.
send.c