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
699eba9b
...
699eba9bb7d563ae1998f0f0d4a06574c44e202a
authored
2001-08-23 18:07:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added entries for "tag" and "untag".
1 parent
e18e7aad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/table.c
mail/table.c
View file @
699eba9
...
...
@@ -74,12 +74,14 @@ const struct mail_command_entry mail_command_table[] = {
{
"so"
,
"source"
,
0
,
mail_source
,
"so[urce] file"
},
{
"su"
,
"summary"
,
0
,
mail_summary
,
"su[mmary]"
},
{
"T"
,
"Type"
,
0
,
mail_print
,
"T[ype] [msglist]"
},
{
"ta"
,
"tag"
,
0
,
mail_tag
,
"ta[g] [msglist]"
},
{
"to"
,
"top"
,
0
,
mail_top
,
"to[p] [msglist]"
},
{
"tou"
,
"touch"
,
0
,
mail_touch
,
"tou[ch] [msglist]"
},
{
"t"
,
"type"
,
0
,
mail_print
,
"t[ype] [msglist]"
},
{
"una"
,
"unalias"
,
0
,
mail_unalias
,
"una[lias] [alias]..."
},
{
"u"
,
"undelete"
,
0
,
mail_undelete
,
"u[ndelete] [msglist]"
},
{
"uns"
,
"unset"
,
0
,
mail_unset
,
"uns[et] name..."
},
{
"unt"
,
"untag"
,
0
,
mail_tag
,
"unt[ag] [msglist]"
},
{
"ve"
,
"version"
,
0
,
mail_version
,
"ve[rsion]"
},
{
"v"
,
"visual"
,
0
,
mail_visual
,
"v[isual] [msglist]"
},
{
"wa"
,
"warranty"
,
0
,
mail_warranty
,
"wa[rranty]"
},
...
...
Please
register
or
sign in
to post a comment