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
20496c95
...
20496c95625d465b63cc948e6826e7b7eb61344e
authored
2006-08-29 13:14:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_escape_table): Add ~x
1 parent
2f14fb30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/table.c
mail/table.c
View file @
20496c9
...
...
@@ -238,6 +238,8 @@ static const struct mail_escape_entry mail_escape_table[] = {
{
"t"
,
"t"
,
"t[name-list]"
,
escape_to
},
{
"v"
,
"v"
,
"v"
,
escape_visual
},
{
"w"
,
"w"
,
"w[filename]"
,
escape_write
},
{
"x"
,
"x"
,
"x"
,
NULL
},
/* Implemented directly in
send.c */
{
"|"
,
"|"
,
"|[shell-command]"
,
escape_pipe
},
};
...
...
Please
register
or
sign in
to post a comment