9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] A small fix for nedmail.
@ 2003-07-27 17:16 cross
  2003-07-29 13:09 ` David Presotto
  0 siblings, 1 reply; 11+ messages in thread
From: cross @ 2003-07-27 17:16 UTC (permalink / raw)
  To: 9fans

The help information in nedmail had a typo, and said `x' would both
exit without synching, and synchronize the mailbox (really the job of
`y').  Here's a context diff.

	- Dan C.

brahma% ape/diff -c /n/sources/plan9/sys/src/cmd/upas/ned/nedmail.c nedmail.c
*** /n/sources/plan9/sys/src/cmd/upas/ned/nedmail.c	Sun Jun 15 14:52:38 2003
--- nedmail.c	Sun Jul 27 13:12:24 2003
***************
*** 123,129 ****
  	{ "u",	0,	ucmd,	"u        remove deletion mark" },
  	{ "w",	1,	wcmd,	"w file   store message contents as file" },
  	{ "x",	0,	xcmd,	"x        exit without flushing deleted messages" },
! 	{ "y",	0,	ycmd,	"x        synchronize with mail box" },
  	{ "=",	1,	eqcmd,	"=        print current message number" },
  	{ "|",	1,	pipecmd, "|cmd     pipe message body to a command" },
  	{ "||",	1,	rpipecmd, "|cmd     pipe raw message to a command" },
--- 123,129 ----
  	{ "u",	0,	ucmd,	"u        remove deletion mark" },
  	{ "w",	1,	wcmd,	"w file   store message contents as file" },
  	{ "x",	0,	xcmd,	"x        exit without flushing deleted messages" },
! 	{ "y",	0,	ycmd,	"y        synchronize with mail box" },
  	{ "=",	1,	eqcmd,	"=        print current message number" },
  	{ "|",	1,	pipecmd, "|cmd     pipe message body to a command" },
  	{ "||",	1,	rpipecmd, "|cmd     pipe raw message to a command" },
brahma%



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-08-04 16:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 17:16 [9fans] A small fix for nedmail cross
2003-07-29 13:09 ` David Presotto
2003-07-29 20:31   ` boyd, rounin
2003-07-29 22:31     ` Charles Forsyth
2003-07-29 22:41       ` boyd, rounin
2003-07-29 23:06         ` matt
2003-07-29 23:13           ` boyd, rounin
2003-07-29 23:19         ` C H Forsyth
2003-07-31  8:52       ` Ralph Corderoy
2003-08-04 15:48   ` Dan Cross
2003-08-04 16:34     ` David Presotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).