Re: How to bind a set of functions to a key?

1999-09-09 Thread David DeSimone
Maciej Majchrowski <[EMAIL PROTECTED]> wrote: > > I want to make something like this: > bind index M 'my_hdr From: <[EMAIL PROTECTED]>; mail' Beware that this probably won't do what you want. It will set your From: header, and then begin a mail-sending operation, but your From: header

Re: How to bind a set of functions to a key?

1999-09-03 Thread Stefan `Sec` Zehl
On Fri, Sep 03, 1999 at 01:08:00PM +0200, Maciej Majchrowski wrote: > There is a standrard bind such as: > bind index m 'mail' > > I want to make something like this: > bind index M 'my_hdr From: <[EMAIL PROTECTED]>; mail' > > But I doesn't work at all :-( use a macro to do

How to bind a set of functions to a key?

1999-09-03 Thread Maciej Majchrowski
There is a standrard bind such as: bind index m 'mail' I want to make something like this: bind index M 'my_hdr From: <[EMAIL PROTECTED]>; mail' But I doesn't work at all :-( I want to press another key to compose message from my another email address. Maybe it can be done a