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
71ab61af
...
71ab61afe9e8bf6ff606493b4a13694c821a906d
authored
2001-10-14 08:03:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed entry for ~x: it is handled by send.c
1 parent
9a91dbd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
mail/table.c
mail/table.c
View file @
71ab61a
...
...
@@ -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
}
};
...
...
Please
register
or
sign in
to post a comment