Commit 7cfad60c 7cfad60ccf1fea9bc2e5ced4caadc34f60d94f62 by Sergey Poznyakoff

Use exec_compl to complete first argument to !

1 parent 489751a3
......@@ -171,7 +171,7 @@ static const struct mail_command_entry mail_command_table[] = {
{ "?", "?", "? [command...]", 0,
mail_help, command_compl },
{ "!", "", "![command]", 0,
mail_shell, NULL }, /* FIXME: exec_compl */
mail_shell, exec_compl },
{ "=", "=", "=", 0,
mail_eq, no_compl },
{ "#", "#", "# comment", 0,
......