Re: How to convert from quoted printable enclosures with Reply button ?

Ken Hornstein <[email protected]> Mon, 25 Mar 2013 14:29:58 -0400
Newsgroups gmane.mail.exmh.user
Message-ID <[email protected]>
> Unfortunately some Linux distributions are still shipping old versions
>of nmh; Ubuntu 12.04 LTS and Debian stable are both on nmh 1.3, for
>example.

We do include the packaging tools with nmh, so if you want to build your
own RPM for nmh 1.5 it should be relatively straightforward.  Or you
can always compile it yourself and install it wherever you want.

>(As a side note, I suspect that people who rely on the system packaged
>nmh never read the NEWS on updates and may be entirely oblivious to it.
>I don't know what can be done about this.)

Well, it gets installed in ${prefix}/share/doc/nmh/NEWS, which people
don't normally look at, I agree.  I only mention it because it's got all
of the details you need about replyfilter and other changes for 1.5.

> My personal solution to the quoted-printable quoting issue is to just
>cut and paste between the exmh display and my editor when I want to
>quote something. I never actually use exmh's 'reply with quoting'.

Yeah, I used to do that too, but I finally got annoyed enough with that
solution to fix it in nmh.  Also, replyfilter does more than just handle
quoted-printable; it can decode base64, can handler multipart/alternative,
can convert text/html to plain text, etc etc.  It's not perfect, but it's
a lot better than the old way.

>(Since I sometimes use (n)MH from the command line and do use 'reply
>with quoting', I'll make sure to switch over to replyfilter when our
>machines upgrade to the next Ubuntu LTS and pick up nmh 1.5 with it.)

Like every other Linux distribution the release naming is completely
incomprehensible to me, so I can't say when that will happen (1.5
appears to be in some version of Ubuntu).

--Ken