9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cross@sdgm.net
To: 9fans@cse.psu.edu
Subject: [9fans] A small fix for nedmail.
Date: Sun, 27 Jul 2003 13:16:27 -0400	[thread overview]
Message-ID: <18aa645e56adc2992631a78ed709bdc0@sdgm.net> (raw)

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%



             reply	other threads:[~2003-07-27 17:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-27 17:16 cross [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18aa645e56adc2992631a78ed709bdc0@sdgm.net \
    --to=cross@sdgm.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).