Use exec_compl to complete first argument to !
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -171,7 +171,7 @@ static const struct mail_command_entry mail_command_table[] = { | ... | @@ -171,7 +171,7 @@ static const struct mail_command_entry mail_command_table[] = { |
171 | { "?", "?", "? [command...]", 0, | 171 | { "?", "?", "? [command...]", 0, |
172 | mail_help, command_compl }, | 172 | mail_help, command_compl }, |
173 | { "!", "", "![command]", 0, | 173 | { "!", "", "![command]", 0, |
174 | mail_shell, NULL }, /* FIXME: exec_compl */ | 174 | mail_shell, exec_compl }, |
175 | { "=", "=", "=", 0, | 175 | { "=", "=", "=", 0, |
176 | mail_eq, no_compl }, | 176 | mail_eq, no_compl }, |
177 | { "#", "#", "# comment", 0, | 177 | { "#", "#", "# comment", 0, | ... | ... |
-
Please register or sign in to post a comment