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
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
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