Re: Multiple commands in a macro?

2000-11-30 Thread Michael Tatge

Bruce A. Petro muttered:
> Can this be done?  What I want is to do a tag and then a save to mailbox...
> 
> For instance I thought it would be something like this:
>  macro index .x "T~t [EMAIL PROTECTED]\n; ;s =bap-test"
> but that isn't seeming to do it. Any suggestions?
>
> Question2:  How can I do the tag above but also tag those CC'd 
> to mutt-users as well as those TO mutt-users?

macro index \Cx '~C [EMAIL PROTECTED]\
=bap-test'

HTH,

Michael
-- 
Help me, I'm a prisoner in a Fortune cookie file!

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key



Re: Multiple commands in a macro?

2000-11-29 Thread Frank Derichsweiler

On Wed, Nov 29, 2000 at 11:27:31AM -0500, Bruce A. Petro wrote:
> Can this be done?  What I want is to do a tag and then a save to mailbox...
> 
>From my muttrc (sorry for the long line):
folder-hook +Maillist/Mutt 'macro index "\CL" ":my_hdr to: Mutt-User-List 
<[EMAIL PROTECTED]>^M:my_hdr Mail-Followup-To:Mutt-User-List 
<[EMAIL PROTECTED]>^M:push m^M:unmy_hdr to mail-followup-to^M"'

This is an example how I generate a new message to this list and set
proper to and follow-up address manually.

HTH
Frank



Multiple commands in a macro?

2000-11-29 Thread Bruce A. Petro

Can this be done?  What I want is to do a tag and then a save to mailbox...

For instance I thought it would be something like this:
 macro index .x "T~t [EMAIL PROTECTED]\n; ;s =bap-test"
but that isn't seeming to do it. Any suggestions?

Question2:  How can I do the tag above but also tag those CC'd 
to mutt-users as well as those TO mutt-users?

Thanks,
Bruce.