Mutt takes care of most of it. And for those nastily formatted emails that have been through other email clients there's always Damian's Text::Autoformat which is invoked from vi with this entry in my.exrc.
map f !Gperl -MText::Autoformat -eautoformat
(that's taken straight from the Text::Autoformat docs - I didn't think of it myself)
quoth the emacs (Score:1)
(setq sc-preferred-attribution-list
(list "x-attribution" "initials" "sc-lastchoice" "firstname" "lastname"))
(setq sc-citation-leader "")
Quoting (Score:2)
As to recognizing quoted material, I use this:
which is tweaked a bit from whatever the stock Mutt config was.--
xoa
Mutt and Perl (Score:2)
Mutt takes care of most of it. And for those nastily formatted emails that have been through other email clients there's always Damian's Text::Autoformat which is invoked from vi with this entry in my .exrc.
(that's taken straight from the Text::Autoformat docs - I didn't think of it myself)