Re: Auto alias on reply in mutt?

2001-05-09 Thread Brian Nelson
Mike Fedyk wrote: Manual: push string This command adds the named string to the keyboard buffer. This leads me to believe that :command wouldn't require push... but what you said is true. In mutt-speak (woof?), create-alias is a function (something normally executed by a

Re: Auto alias on reply in mutt?

2001-05-09 Thread Mike Fedyk
On Wed, May 09, 2001 at 09:46:19AM -0400, Brian Nelson wrote: Mike Fedyk wrote: Manual: push string This command adds the named string to the keyboard buffer. This leads me to believe that :command wouldn't require push... but what you said is true. In mutt-speak

Re: Auto alias on reply in mutt?

2001-05-09 Thread Brian Nelson
Mike Fedyk wrote: On Wed, May 09, 2001 at 09:46:19AM -0400, Brian Nelson wrote: In mutt-speak (woof?), create-alias is a function (something normally executed by a keystroke), not a command (like stuff in muttrc). push is a command that executes a function. So the valid syntax is:

Re: Auto alias on reply in mutt?

2001-05-08 Thread David Wright
Quoting Mike Fedyk ([EMAIL PROTECTED]): On Mon, May 07, 2001 at 04:23:32PM -0400, Brian Nelson wrote: Mike Fedyk wrote: I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that

Re: Auto alias on reply in mutt?

2001-05-08 Thread Mike Fedyk
On Mon, May 07, 2001 at 08:49:07PM -0400, Brian Nelson wrote: On Mon, May 07, 2001 at 04:32:50PM -0700, Mike Fedyk wrote: Actually, using the : in mutt runtime, :create-alias gives an error, and in that context a is attach. Looking in context help (?), there isn't an entry for alias in

Re: Auto alias on reply in mutt?

2001-05-08 Thread will trillich
On Mon, May 07, 2001 at 03:57:51PM -0400, Hall Stevenson wrote: I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that contains the to address. I *think* that, while you're writing the

Re: Auto alias on reply in mutt?

2001-05-08 Thread Mike Fedyk
On Tue, May 08, 2001 at 01:51:16PM +0100, David Wright wrote: Correct: pressing a when replying to a message prompts for an attachment. You want to press a earlier than that, e.g. when you're reading the message you're about to reply to. Well DUH! Read up in the thread, and you will

Re: Auto alias on reply in mutt?

2001-05-08 Thread Mike Fedyk
On Mon, May 07, 2001 at 08:39:53PM -0400, Brian Nelson wrote: How about a macro? macro index r create-aliasenterenterenterenterenterreply macro pager r create-aliasenterenterenterenterenterreply will add an alias with all the default options when you type 'r' for a reply. Perfect!

Auto alias on reply in mutt?

2001-05-07 Thread Mike Fedyk
Hi, I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that contains the to address. Is this possible with mutt 1.2.5? TIA, Mike

Re: Auto alias on reply in mutt?

2001-05-07 Thread Hall Stevenson
I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that contains the to address. I *think* that, while you're writing the reply, hitting the letter a will prompt you about creating an alias.

Re: Auto alias on reply in mutt?

2001-05-07 Thread Brian Nelson
Mike Fedyk wrote: Hi, I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that contains the to address. Is this possible with mutt 1.2.5? Probably. RTFM send-hook and push. You'd

Re: Auto alias on reply in mutt?

2001-05-07 Thread Mike Fedyk
On Mon, May 07, 2001 at 04:23:32PM -0400, Brian Nelson wrote: Mike Fedyk wrote: Hi, I'm looking for a way to add an alias for every person that I send a reply. I've looked in the documentation quickly, and I can't even find a variable that contains the to address. Is this

Re: Auto alias on reply in mutt?

2001-05-07 Thread Brian Nelson
On Mon, May 07, 2001 at 04:32:50PM -0700, Mike Fedyk wrote: On Mon, May 07, 2001 at 04:23:32PM -0400, Brian Nelson wrote: Probably. RTFM send-hook and push. You'd probably want something in you .muttrc like send-hook . 'push create-alias' but you'd probably need some extra stuff

Re: Auto alias on reply in mutt?

2001-05-07 Thread Brian Nelson
On Mon, May 07, 2001 at 04:32:50PM -0700, Mike Fedyk wrote: Actually, using the : in mutt runtime, :create-alias gives an error, and in that context a is attach. Looking in context help (?), there isn't an entry for alias in this context. Maybe someone else knows? and :create-alias