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

* Re: [9fans] A small fix for nedmail.
  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-08-04 15:48   ` Dan Cross
  0 siblings, 2 replies; 11+ messages in thread
From: David Presotto @ 2003-07-29 13:09 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

this and boyd's plaralization fixes are in.

[-- Attachment #2: Type: message/rfc822, Size: 2990 bytes --]

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
Message-ID: <18aa645e56adc2992631a78ed709bdc0@sdgm.net>

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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 13:09 ` David Presotto
@ 2003-07-29 20:31   ` boyd, rounin
  2003-07-29 22:31     ` Charles Forsyth
  2003-08-04 15:48   ` Dan Cross
  1 sibling, 1 reply; 11+ messages in thread
From: boyd, rounin @ 2003-07-29 20:31 UTC (permalink / raw)
  To: 9fans

> this and boyd's plaralization fixes are in.

oh cool.  this morning i realised i could used a ? : but python has
erradicated that thought.  given we have infinite cpu power i
chose a function, over a macro 'cos it's type checked and you
don't have to bracket everything to death.



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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 20:31   ` boyd, rounin
@ 2003-07-29 22:31     ` Charles Forsyth
  2003-07-29 22:41       ` boyd, rounin
  2003-07-31  8:52       ` Ralph Corderoy
  0 siblings, 2 replies; 11+ messages in thread
From: Charles Forsyth @ 2003-07-29 22:31 UTC (permalink / raw)
  To: 9fans

i usually take the easy way out and write ``N message(s)''



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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 22:31     ` Charles Forsyth
@ 2003-07-29 22:41       ` boyd, rounin
  2003-07-29 23:06         ` matt
  2003-07-29 23:19         ` C H Forsyth
  2003-07-31  8:52       ` Ralph Corderoy
  1 sibling, 2 replies; 11+ messages in thread
From: boyd, rounin @ 2003-07-29 22:41 UTC (permalink / raw)
  To: 9fans

> i usually take the easy way out and write ``N message(s)''

this will not do [floyd].  to (mis)quote chef tony bourdain:

     in my off hours i am sloppy to a fault
     but, at the job i won't tolerate less than perfection

he also speaks of:

    that lovable psychotic edge



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

* Re: [9fans] A small fix for nedmail.
  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
  1 sibling, 1 reply; 11+ messages in thread
From: matt @ 2003-07-29 23:06 UTC (permalink / raw)
  To: 9fans

boyd, rounin wrote:

>>i usually take the easy way out and write ``N message(s)''
>>
>>
>
>this will not do [floyd].  to (mis)quote chef tony bourdain:
>
>     in my off hours i am sloppy to a fault
>     but, at the job i won't tolerate less than perfection
>
>

>oh cool.  it's not perfect, but i think it fixes the 'essence' of the problem.
>
>

contrary, moi?



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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 23:06         ` matt
@ 2003-07-29 23:13           ` boyd, rounin
  0 siblings, 0 replies; 11+ messages in thread
From: boyd, rounin @ 2003-07-29 23:13 UTC (permalink / raw)
  To: 9fans

> contrary, moi?

    The reasonable man adapts himself to the world; the unreasonable one
    persists in trying to adapt the world to himself. Therefore all progress
    depends on the unreasonable man.

        George Bernard Shaw (1856 - 1950),
        Man and Superman (1903) "Maxims for Revolutionists"



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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 22:41       ` boyd, rounin
  2003-07-29 23:06         ` matt
@ 2003-07-29 23:19         ` C H Forsyth
  1 sibling, 0 replies; 11+ messages in thread
From: C H Forsyth @ 2003-07-29 23:19 UTC (permalink / raw)
  To: 9fans

>> i usually take the easy way out and write ``N message(s)''

>this will not do [floyd].  to (mis)quote chef tony bourdain:
>	...
>he also speaks of:
>    that lovable psychotic edge

actually, you're right. i usually just write nothing: that lovable sociopathic edge.


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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 22:31     ` Charles Forsyth
  2003-07-29 22:41       ` boyd, rounin
@ 2003-07-31  8:52       ` Ralph Corderoy
  1 sibling, 0 replies; 11+ messages in thread
From: Ralph Corderoy @ 2003-07-31  8:52 UTC (permalink / raw)
  To: 9fans

Hi,

> i usually take the easy way out and write ``N message(s)''

Or

    messages: N

Cheers,

--
Ralph Corderoy.      http://inputplus.co.uk/ralph/     http://troff.org/


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

* Re: [9fans] A small fix for nedmail.
  2003-07-29 13:09 ` David Presotto
  2003-07-29 20:31   ` boyd, rounin
@ 2003-08-04 15:48   ` Dan Cross
  2003-08-04 16:34     ` David Presotto
  1 sibling, 1 reply; 11+ messages in thread
From: Dan Cross @ 2003-08-04 15:48 UTC (permalink / raw)
  To: 9fans

David Presotto <presotto@closedmind.org> writes:
> this and boyd's plaralization fixes are in.

Err, are you sure?  Looking at sources a moment ago, nedmail still
looked like the old version....

	- Dan C.



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

* Re: [9fans] A small fix for nedmail.
  2003-08-04 15:48   ` Dan Cross
@ 2003-08-04 16:34     ` David Presotto
  0 siblings, 0 replies; 11+ messages in thread
From: David Presotto @ 2003-08-04 16:34 UTC (permalink / raw)
  To: 9fans

Are now...


^ 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).