On Sun, Mar 27, 2011 at 11:40:09PM +0200, Cédric VINCENT wrote:
I compiled latest Mutt sources from Mercurial and ran it under
GDB. It appears the "recipient flag" is not set because the
global variable "From" is not defined when mutt_addr_is_user() is
called from hdr_format_str().
I don't know if it is expected or not, by the way I found a
solution (workaround?) to my problem: I set the "alternates"
variable to my original address, it's a little bit weird but it
finally works like a charm.
Mutt isn't generally able to determine your correct email address
without configuration. Generally what you want to do is set the
$from variable depending on the account you are using.
me