* 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

don't mistake mutt for emacs - you
have the power od the shell[tm], too!

Sven

Reply via email to