Hi!
I've received an e-mail where the From: header line contains a
quoted-printable encoded name:
From: =?iso-8859-1?Q?=22F=FCr=2C_Per=22?=
[name changed, address omitted...]
As you can see, this translates to:
"Für, Per"
However, the quotes have been encoded too.
Replying to this causes mutt (0.95.6i) to change the header into:
"\"Für, Per\""
i.e., putting quotes around the whole name part.
Question: is the encoding in the original From: header line broken?
Is mutt's treatment of the header line broken?
It works fine if the quotes are not encoded, e.g.,
From: "=?iso-8859-1?Q?F=FCr=2C_Per?="
TIA.