X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=send.c;h=3bddf4e9328bb81632376ab1369059814f24cbf0;hb=204ddf09d4f46b07c86e36a796788c081b9f7277;hp=1c442a05a3c04f633374fd29f6c60742716e0dc0;hpb=4956024f0d540c5dd689444113307fa7f9dd4067;p=apps%2Fmadmutt.git diff --git a/send.c b/send.c index 1c442a0..3bddf4e 100644 --- a/send.c +++ b/send.c @@ -1022,8 +1022,8 @@ address_t *mutt_default_from (void) * Is this the right thing to do? */ - if (From) - adr = address_dup(From); + if (MAlias.from) + adr = address_dup(MAlias.from); else if (MCore.use_domain) { const char *fqdn = mutt_fqdn (1); adr = address_new();