Re: Writing a memo to myself -> echo memo | mutt $USER

2002-04-21 Thread David T-G
Dan, et al -- ...and then Dan Lowe said... % % Previously, Sven Guckes wrote: % > % > CTRL-Z suspends mutt. % > echo memo | mutt $USER % > CTRl-D leaves shell % > done :-) % % I think you meant 'fg' instead of ^D... depending on the shell, ^D will Yeah, this is a mix of suspend-and-then-fg an

Re: Writing a memo to myself -> echo memo | mutt $USER

2002-04-20 Thread Dan Lowe
Previously, Sven Guckes wrote: > > CTRL-Z suspends mutt. > echo memo | mutt $USER > CTRl-D leaves shell > done :-) I think you meant 'fg' instead of ^D... depending on the shell, ^D will either kill your running mutt session, or give you an error due to the running backgrounded job. -- Politic

Re: Writing a memo to myself -> echo memo | mutt $USER

2002-04-20 Thread David Rock
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 l

Re: Writing a memo to myself -> echo memo | mutt $USER

2002-04-20 Thread Sven Guckes
* 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 ech

Re: Writing a memo to myself

2002-04-13 Thread Shawn McMahon
begin Philip Mak quotation: > > Right now I'm doing "m", "pmak", "" and then > typing it. A side effect of this is that the memo ends up in my > sent-mail folder too. You could use a send-hook to turn off the fcc when sending to pmak. Make sure to create a default send-hook turning it on first.

Re: Writing a memo to myself

2002-04-12 Thread Robert Conde
On Sat, Apr 13, 2002 at 12:19:11AM -0400, Philip Mak wrote: > Scenario: I want to write a memo to myself that appears in my inbox. > What's the easiest/fastest way to do this? Try putting this in your .muttrc send-hook pmak "unset record" macro index m ":push mpmak\r\r\rn" Hitting m (or alt-m

Writing a memo to myself

2002-04-12 Thread Philip Mak
Scenario: I want to write a memo to myself that appears in my inbox. What's the easiest/fastest way to do this? Right now I'm doing "m", "pmak", "" and then typing it. A side effect of this is that the memo ends up in my sent-mail folder too. Oh, is it a bug that when I press "y" to send a messa