Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7cfad60c
...
7cfad60ccf1fea9bc2e5ced4caadc34f60d94f62
authored
2006-01-23 11:23:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use exec_compl to complete first argument to !
1 parent
489751a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/table.c
mail/table.c
View file @
7cfad60
...
...
@@ -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
,
...
...
Please
register
or
sign in
to post a comment