Ticket #3050 (closed defect: fixed)
Mutt sometimes changes the order of realname and address when displaying "From: " headers
| Reported by: | cri | Owned by: | mutt-dev |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | display | Version: | 1.5.17 |
| Keywords: | Cc: | cri@… |
Description
If a message contains a "From: " header like this:
From: user@… (Real Name)
(i.e. with realname in parenthesis)
Mutt displays the "From: " line like this (in the index and message view):
From: Real Name <user@…>
I suspect that using parentheses is not RFC-compliant, and mutt does its best to display the header line in a better way, but doing so may confuse the user who is trying to write a filter expression to match the From: header (e.g. a procmail rule) and relies on what mutt displays.
Maybe it would be useful to let the user disable this behaviour via a configuration option (e.g. displaying the header "as is").
A couple of notes:
- I'm using Mutt 1.5.17+20080114 Debian package
- I didn't check if this happens also for other headers, only noticed in "From: "
