nmh-workers
[Top][All Lists]
Advanced

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

Re: format and output all received: lines in an e-mail message


From: Greg Minshall
Subject: Re: format and output all received: lines in an e-mail message
Date: Sat, 23 Nov 2019 20:26:27 +0530

thanks to everyone for all the replies!

Ken suggested mhl. conveniently combined with (new-fangled) bash
"process substitution", the following does exactly what i want:
----
mhl -form <(echo received:split,compress,nowrap) `mhpath +inbox 794`
----

cheers, Greg



reply via email to

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