Hi Norm, > I was surprised and delighted to see that pick understands those > headers. But, of course, grep does not.
It won't gain that capability either AFAICS since it shouldn't have to know anything about email-header encoding. What you're after, the long-standing ability to use normal Unix commands on mail files, comes down to nmh's storage format. It's sticking with the RFC'd version of encoded headers. Another system might convert those to native UTF-8 for storage, allowing grep to see it. I suppose nmh could have some mhstore/export functionality that put out a version more suited to Unix, but having to update it before grepping still wouldn't be as nice as if it was the native format just lying there. Cheers, Ralph. _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
