X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=f5f586753e1609bece716df5dc14c9bb4526d820;hb=6f1bd3d49f9bb02c57e2c7a1ba8e5507edb28ad5;hp=0a63e3454ce891c1c51527a2a7ed5b286e60504b;hpb=0fa8ebfe1d97b31c7d137d6cd45d480fa544d8a5;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 0a63e34..f5f5867 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), mlua_reggets(LTK_SENDMAIL)); } ps = cmd;