new lua implementation.
[apps/madmutt.git] / sendlib.c
index f5f5867..ed4bbb9 100644 (file)
--- 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;