Andreas Prilop wrote:
> On Tue, 30 Oct 2012, Lucas Levrel wrote:
>
>> Sometimes I read messages having an attachment of type application/x-tex.
>> So I would like to read it in the Alpine window, just like any other
>> plain text attachment.
>
> [X] enable-unix-pipe-cmd
>
> | cat
>
> I don't know if there is a better way.
This is the method I frequently use, or I look at the
raw message text:
[X] Enable Full Header and Text
[X] Enable Full Header Command
Press the "h" key to view the raw message text.
This doesn't work if the attachment is BASE64 encoded.
Speaking about viewing attachments: to get a quick impression
of binary attachments containing some text like ms-word files:
| strings
or
| tr -d '\0' | strings
regards,
Kees.
--
Kees Theunissen.