X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=8b5444bd79dafa2027f671c62c9bfbd2c9ac2c86;hb=892df7e70376da43374d834b8a825ea2d59efd06;hp=ed99c4a4932804f569e2eb05e73d135aa093cf17;hpb=cc707c1e986b60f2c1c1932d0789038d465a7a59;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index ed99c4a..8b5444b 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), ml_core.shell); + m_strcpy(buf, sizeof(buf), MCore.shell); if (buf[0]) { CLEARLINE (LINES - 1); mutt_endwin (NULL);