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