nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] MIME sucks, death to mhl


From: Josh Bressers
Subject: Re: [Nmh-workers] MIME sucks, death to mhl
Date: Mon, 04 Aug 2008 20:56:51 -0400

On 4 August 2008 at 16:49, Jerrad Pierce wrote:
> Doh! Of course, showmimeproc.
> 

FWIW, here is how I deal with this.


I have a script called mh-showmime:
#!/bin/sh
if test $1 -gt 0 ; then
    mhshow -nopause -form /home/devel/bressers/.mh/mhl.format $* | lessr
else
    mhshow -nopause -form /home/devel/bressers/.mh/mhl.format -file $* | lessr
fi

lessr is just:
/usr/bin/less -REX $*

Then in my .mh_profile I set:
showmimeproc: mh-showmime

The result of this is all the mime bits are rendered for me and fed into
lessr.  Rather than seeing a message as numerous different chunks, I see
one nice long pretty message.

-- 
    JB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]