[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-workers] extraneous header lines
From: |
rader |
Subject: |
[Nmh-workers] extraneous header lines |
Date: |
Tue, 10 Jan 2012 05:53:06 -0600 |
mhshow outputs a lot of (too many) extraneous header lines.
mhshow -form mhl.null outputs no header lines.
so, i used to keep putting ignores= entries in ~/Mail/mhl.headers and use
mhshow -form mhl.headers
now, i've given up, and my mhshow is filtered by an intelligent version of
perl -ane 'if($_=~/^\S+: \S+|^\t \S+/){next}else{print}'
two ideas for improvement:
1) mhshow -form mhl.null should display Date, To, From and Subject
2) allow for globs like ignores=X-* and ignores=List-*
?
steve
--
- [Nmh-workers] extraneous header lines,
rader <=