X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=ed99c4a4932804f569e2eb05e73d135aa093cf17;hp=a7cc074e45bb23d820ab71b63e61d674807edaec;hb=cc707c1e986b60f2c1c1932d0789038d465a7a59;hpb=6f1bd3d49f9bb02c57e2c7a1ba8e5507edb28ad5 diff --git a/commands.c b/commands.c index a7cc074..ed99c4a 100644 --- a/commands.c +++ b/commands.c @@ -520,7 +520,7 @@ void mutt_shell_escape (void) buf[0] = 0; if (mutt_get_field (_("Shell command: "), buf, sizeof (buf), M_CMD) == 0) { if (!buf[0]) - m_strcpy(buf, sizeof(buf), mlua_reggets(LTK_SHELL)); + m_strcpy(buf, sizeof(buf), ml_core.shell); if (buf[0]) { CLEARLINE (LINES - 1); mutt_endwin (NULL);