boblq <[EMAIL PROTECTED]> writes:

> Maybe just write a filter that converts each message to the desired
> format.

In Gnus, type

  W Y f

on an offending message. The W Y f key sequence runs the function
`gnus-article-outlook-deuglify-article':

,----
| `gnus-article-outlook-deuglify-article' is an interactive compiled
|  Lisp function
|   -- loaded from "deuglify"
| (gnus-article-outlook-deuglify-article)
| 
| Documentation:
| Deuglify broken Outlook (Express) articles and redisplay.
`----

This function calls gnus-outlook-deuglify-article:

,----
| `gnus-outlook-deuglify-article' is an interactive compiled Lisp function
|   -- loaded from "deuglify"
| (gnus-outlook-deuglify-article &optional NODISPLAY)
| 
| Documentation:
| Full deuglify of broken Outlook (Express) articles.
| Treat dumbquotes, unwrap lines, repair attribution and rearrange citation.
| If NODISPLAY is non-nil, don't redisplay the article buffer.
`----

It's pretty amazing to see.

-- 
Steven E. Harris


-- 
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to