[PATCH] reverse_name: optionally read {,X-}Envelope-To:

2019-05-16 Thread Tobias Girstmair
By setting $reverse_envelopeto the reverse_name functionality is extended to also search the Envelope-To: and X-Envelope-To: headers when looking for a suitable From: address. --- Hello, mutt developers! This is a feature which has been talked about at least three times, but was never implemented.

[PATCH] reverse_name: optionally read {,X-}Envelope-To:

2019-05-16 Thread Tobias Girstmair
By setting $reverse_envelopeto the reverse_name functionality is extended to also search the Envelope-To: and X-Envelope-To: headers when looking for a suitable From: address. --- Hello, mutt developers! This is a feature which has been talked about at least three times, but was never implemented

Re: [PATCH] reverse_name: optionally read {,X-}Envelope-To:

2019-05-16 Thread Kevin J. McCarthy
On Thu, May 16, 2019 at 08:37:10PM +0200, Tobias Girstmair wrote: By setting $reverse_envelopeto the reverse_name functionality is extended to also search the Envelope-To: and X-Envelope-To: headers when looking for a suitable From: address. Hi Tobias, Thanks for sending the patch. Right now

[PATCH v2] reverse_name: optionally read {,X-}Envelope-To:

2019-05-16 Thread Tobias Girstmair
The reverse_name functionality is extended to also search the Envelope-To: and X-Envelope-To: headers when looking for a suitable From: address. --- This second iteration drops $reverse_envelopeto, implements support for hcache, and actually contains all changes I wanted to submit hcache.c

Re: [PATCH v2] reverse_name: optionally read {,X-}Envelope-To:

2019-05-16 Thread Kevin J. McCarthy
On Fri, May 17, 2019 at 04:30:00AM +0200, Tobias Girstmair wrote: The reverse_name functionality is extended to also search the Envelope-To: and X-Envelope-To: headers when looking for a suitable From: address. --- This second iteration drops $reverse_envelopeto, implements support for hcache, a