summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-04-27 11:42:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-04-27 11:42:10 +0000
commitac148c4cd8445d82d2cc9263798cc173c9331c8e (patch)
treed55e46e3afd9aed5b52179bdfc6775e38fd38ac2 /mail
parent89edd35fcc7022f3f31f5dd3d464425a347b522d (diff)
downloadmailutils-ac148c4cd8445d82d2cc9263798cc173c9331c8e.tar.gz
mailutils-ac148c4cd8445d82d2cc9263798cc173c9331c8e.tar.bz2
(sender,nosender): New commands
Diffstat (limited to 'mail')
-rw-r--r--mail/table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/table.c b/mail/table.c
index d7967f101..24480d6f6 100644
--- a/mail/table.c
+++ b/mail/table.c
@@ -51,6 +51,7 @@ const struct mail_command_entry mail_command_table[] = {
{ "m", "mail", "m[ail] [address...]", EF_SEND, mail_send, 0 },
{ "mb", "mbox", "mb[ox] [msglist]", 0, mail_mbox, 0 },
{ "n", "next", "n[ext] [message]", 0, mail_next, 0 },
+ { "nosender", "nos", "nos[ender] [header-field...]", 0, mail_nosender, 0 },
{ "nou", "nounfold", "nou[nfold] [header-field]", 0, mail_nounfold, 0 },
{ "P", "Print", "P[rint] [msglist]", 0, mail_print, 0 },
{ "pi", "pipe", "pi[pe] [[msglist] command]", 0, mail_pipe, 0 },
@@ -69,6 +70,7 @@ const struct mail_command_entry mail_command_table[] = {
mail_sendheader },
{ "se", "set", "se[t] [name[=[string]]...] [name=number...] [noname...]",
0, mail_set, 0 },
+ { "sender", "sen", "sen[der] [header-field...]", 0, mail_sender, 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 },

Return to:

Send suggestions and report system problems to the System administrator.