X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=ed4bbb91c0616a2905f91d5f3ef1b19196c8b719;hp=f5f586753e1609bece716df5dc14c9bb4526d820;hb=b1c9f537b475b3bc8f6517bb4d7008a411bb478e;hpb=6f1bd3d49f9bb02c57e2c7a1ba8e5507edb28ad5 diff --git a/sendlib.c b/sendlib.c index f5f5867..ed4bbb9 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1849,7 +1849,7 @@ static int mutt_invoke_sendmail (address_t * from, /* the sender */ } else #endif { - m_strcpy(cmd, sizeof(cmd), mlua_reggets(LTK_SENDMAIL)); + m_strcpy(cmd, sizeof(cmd), ml_core.sendmail); } ps = cmd;