> >That makes sense. Has anyone scripted a filter, maybe triggered
> >via ~/.mh_profile, which pre-formats the message before handing
> >off the content to the actual repl?
Yes. Here's something I wrote back in '04. I think it should do
what you want. If someone figures out how to make ~/.mh_profile
configure repl to "do the right thing" let me know. I don't care
that much--I just invoke it on demand (maybe once or twice a week.)
Looked at Sylpheed last week. Bah. I wonder if EXMH will last
forever?
steve
--
#!/bin/bash
repl -filter /dev/null -nodraftfolder -nowhatnowproc $*
(cat ~/Mail/draft; echo -e "\n > ---- Original Message ----" ; \
mhshow cur -type text -nopause -nomoreproc \
| egrep -v '^Return-Path|^Delivery-Date|^part[ ]+text/plain' \
| egrep -v '^X-|^MIME' \
| sed 's/^/ > /' \
) > ~/Mail/drafts/999
comp -use -draftfolder drafts -draftmessage 999
rm -f ~/Mail/draft
rm -f ~/Mail/drafts/999
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.