]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit5b905ffc6230d955458d539c19b57b521161c4fa
tree60675c61fe1442d3a5ea261c4bdd517852d6858a
parent2586ec0cdc3d41f04b49fcc2cce4876c08910a69
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