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
dca849b2
...
dca849b2f31eae5d94124e6989eaac16159c942e
authored
2001-08-06 17:23:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed synopsis for decode.
1 parent
7b6fcdc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/table.c
mail/table.c
View file @
dca849b
...
...
@@ -25,7 +25,7 @@ const struct mail_command_entry mail_command_table[] = {
{
"cd"
,
"cd"
,
0
,
mail_cd
,
"cd [directory]"
},
{
"ch"
,
"chdir"
,
0
,
mail_cd
,
"ch[dir] directory"
},
{
"c"
,
"copy"
,
0
,
mail_copy
,
"c[opy] [[msglist] file]"
},
{
"dec"
,
"decode"
,
0
,
mail_decode
,
"dec[ode] [msg
no] [par
t]"
},
{
"dec"
,
"decode"
,
0
,
mail_decode
,
"dec[ode] [msg
lis
t]"
},
{
"d"
,
"delete"
,
0
,
mail_delete
,
"d[elete] [msglist]"
},
{
"di"
,
"discard"
,
0
,
mail_discard
,
"di[scard] [header-field...]"
},
...
...
Please
register
or
sign in
to post a comment