>>>>> In >>>>> Steinar Bang wrote: Steinar> >>>>> Hrvoje Niksic : Steinar> > Lars Magne Ingebrigtsen (larsi@ifi.uio.no) wrote: Steinar> >> I've included `gnus-article-de-quoted-unreadable' in Steinar> >> `gnus-article-display-hook' by default. If you're using Steinar> >> tm, you should probably take that function out of the Steinar> >> hook. Steinar> > Or tm should do it by itself. Steinar> Sounds like a better idea. Who makes a patch to the latest Steinar> tm, and send it to Steinar> ? I don't want to modify gnus-mime for this case. I think `gnus-article-display-hook' is not suitable for `gnus-article-de-quoted-unreadable'. Such pseudo MIME feature is used when real MIME feature is not available or don't want to do MIME processing. So I propose new method called when `gnus-show-mime' is nil. Current MIME processing code of `gnus-article-prepare' is following: ;; Decode MIME message. (when gnus-show-mime (if (or (not gnus-strict-mime) (gnus-fetch-field "Mime-Version")) (funcall gnus-show-mime-method) (funcall gnus-decode-encoded-word-method))) ;; Perform the article display hooks. (run-hooks 'gnus-article-display-hook)) I propose to modify to following: ;; Decode MIME message. (if gnus-show-mime (if (or (not gnus-strict-mime) (gnus-fetch-field "Mime-Version")) (funcall gnus-show-mime-method) (funcall gnus-decode-encoded-word-method)) (funcall gnus-show-traditional-method) ) ;; Perform the article display hooks. (run-hooks 'gnus-article-display-hook)) And set `gnus-article-de-quoted-unreadable' to `gnus-show-traditional-method'. Thanks, -- ---------------------------------------------------------------------- Morioka Tomohiko (`Morioka' is my family name, `Tomohiko' is my personal name.) --- I protest Chinese nuclear testing -------------------------------- ----------------- and virtual testing of United States and France. --- # PGP public key: http://www-ks.jaist.ac.jp/~morioka/tomohiko/pgp.key