On 26.06.11,10:27, Marcelo Luiz de Laia wrote:
> On Sun, 26 Jun 2011, Jostein Berntsen wrote:
> >
> > This macro will achieve the task in two steps:
> >
> > macro index _w "<pipe-message>formail -x 'To' $* | perl -MEncode -ne \
> > 'print encode("UTF8",decode("MIME-Header",$_))' | paste -s -d" " | \
> > xclip -sel clip<enter><mail>"
> >
> > Catch all to address with "_w" and add it in new mail with
> > "Ctrl-Shift-v".
>
> Thank you for the very cool macro!
>
> But, what keys I need to use to start the macro? What means _w?
>
> I looked at the mutt manual 2.1, 3.6, and 3.3 sections, but I didn't
> found help there.
>
Just do "_w" on the mail you want to copy the To: addresses from. Then
do "Ctrl-Shift-v".
Jostein