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
4ca792c1
...
4ca792c14a56879e3f6ee8af4832b9886c1b6879
authored
2002-10-02 14:37:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added setenv command
1 parent
07c41702
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/table.c
mail/table.c
View file @
4ca792c
...
...
@@ -66,6 +66,7 @@ const struct mail_command_entry mail_command_table[] = {
{
"s"
,
"save"
,
"s[ave] [[msglist] file]"
,
0
,
mail_save
,
0
},
{
"se"
,
"set"
,
"se[t] [name[=[string]]...] [name=number...] [noname...]"
,
0
,
mail_set
,
0
},
{
"sete"
,
"setenv"
,
"sete[nv] [name[=value]]"
,
0
,
mail_setenv
,
0
},
{
"sh"
,
"shell"
,
"sh[ell] [command]"
,
0
,
mail_shell
,
0
},
{
"si"
,
"size"
,
"si[ze] [msglist]"
,
0
,
mail_size
,
0
},
{
"so"
,
"source"
,
"so[urce] file"
,
0
,
mail_source
,
0
},
...
...
Please
register
or
sign in
to post a comment