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

Re: Exporting a message body



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