robertklep / quotefixformac

QuoteFix for Apple Mail —
https://github.com/robertklep/quotefixformac/releases/latest
192 stars 15 forks source link

partial bug with ${message.from} #82

Open Yann-R opened 6 years ago

Yann-R commented 6 years ago

Hello, When trying to customize the attribution, I observed something like a bug?

${message.from} is documented as Name and e-mail address of sender of message but it writes only the display name for my tests, then behaving like the other variable: ${message.from.name

The workaround is then to use ${message.from/name} combined with ${message.from.email} to get the same as ${message.from}

Normal?

robertklep commented 6 years ago

No, not normal.

It works for me, but I wouldn't be surprised if it doesn't work for some edge cases. It doesn't work at all, or just in particular cases?

Yann-R commented 6 years ago

Yes, always: I never get something else than the Display Name, without e-mail address.

As an example, with a simple template like ${message.from} wrote:, the github notification I received from your above answer gives simply the following when clicking to reply: Robert Klep wrote:

My system:

Yann-R commented 6 years ago

BTW, my observed bug is the same with QuoteFix version 2.8.2 that I just installed (strangly, the embedded version checking did not tell me there was a newer version).