On Sun, Apr 21, 2002 at 05:21:08AM +0200, Sven Guckes wrote:
> * Philip Mak <[EMAIL PROTECTED]> [2002-04-13 04:20]:
> > Scenario: I want to write a memo to myself that appears in my inbox.
> > What's the easiest/fastest way to do this?
> 
> CTRL-Z suspends mutt.
> echo memo | mutt $USER
> CTRl-D leaves shell
> done :-)
> 
> you can make this a shell script, too:
> $ cat memo
> echo $* | mutt $USER
> $ memo buy cookies

Or even do it within mutt's shell escaping:
!echo memo | mutt $USER

-- 
David Rock
[EMAIL PROTECTED]

Attachment: msg27504/pgp00000.pgp
Description: PGP signature

Reply via email to