Commit 71ab61af 71ab61afe9e8bf6ff606493b4a13694c821a906d by Sergey Poznyakoff

Removed entry for ~x: it is handled by send.c

1 parent 9a91dbd7
......@@ -120,7 +120,6 @@ const struct mail_command_entry mail_escape_table[] = {
{"t", "t", "t[name-list]", 0, 0, var_to },
{"v", "v", "v", 0, 0, var_visual },
{"w", "w", "w[filename]", 0, 0, var_write },
{"x", "x", "x", 0, 0, var_exit },
{"|", "|", "|[shell-command]", 0, 0, var_pipe },
{0, 0, 0, 0, 0, 0}
};
......