<<< Date Index >>>     <<< Thread Index >>>

Re: Exporting a message body



On Fri, Jun 19, 2009 at 02:48:12PM +0200, Rocco Rutte wrote:
> Hi,
> 
> * Andrey Zhidenkov wrote:
> > I would like to set a shortcut to export message. For example, I want to 
> > convert
> > messages in LaTeX to store them on my PC. So i wrote a script in Perl, which
> > reads a message(s) body from standard input. I want to select a message and
> > type Ctrl-L, for example to send a current or tagged messages to stdin of
> > my script.
> 
> > Is it possible?
> 
> Yes, simply tag the messages, set $pipe_decode and $pipe_split
> accordingly and hit ; followed by |. That way your script will be called
> once per message. You can then bind this to a macro. But I wouldn't
> choose Ctrl+L because that is already taken (for refreshing the screen).
> 
> Rocco

Ok. Thank you, I'll try! Ctrl-L I sad for example, but anyway thanks )