From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8825 Path: main.gmane.org!not-for-mail From: morioka@jaist.ac.jp (=?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA Tomohiko) Newsgroups: gmane.emacs.gnus.general Subject: Re: Malformed MIME quoted-printable message Date: 19 Nov 1996 02:02:58 +0900 Organization: JAIST, Hokuriku / =?ISO-2022-JP?B?GyRCS0xOJkBoQzwySjNYGyhC?= =?ISO-2022-JP?B?GyRCNTs9UUJnM1gxIUJnM1gbKEI=?= Sender: morioka@is18e0s01.jaist.ac.jp Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="pgp-sign-Multipart_Tue_Nov_19_02:02:38_1996-1"; micalg=pgp-md5 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035148939 14620 80.91.224.250 (20 Oct 2002 21:22:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:22:19 +0000 (UTC) Return-Path: Original-Received: (qmail 4688 invoked from smtpd); 18 Nov 1996 17:27:13 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 18 Nov 1996 17:27:12 -0000 Original-Received: from mikan.jaist.ac.jp (mikan.jaist.ac.jp [150.65.8.6]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 18 Nov 1996 18:03:06 +0100 Original-Received: from is18e0s01.jaist.ac.jp (MORIOKA Tomohiko ) by mikan.jaist.ac.jp (8.7.5); id CAA00739; Tue, 19 Nov 1996 02:03:00 +0900 (JST) Original-Received: by is18e0s01.jaist.ac.jp (4.1/JE-C); Tue, 19 Nov 96 02:02:59 JST Original-To: ding@ifi.uio.no X-Emacs: Mule 2.4 =?ISO-2022-JP?B?KBskQjlITVUybBsoQik=?= X-Mua: gnus-mime 0.12, tm-view 7.77 X-Face: %yc?f+O/cVKlH*K(H2X/6-d''suf|"1{S:Y0}_9$t@0G3:5M2:-Ck^[8+4^iSLeGc[Ey[WP PF]2M#Q9C'u~[=7TJP72J`PZdWvP=s-'-/LhFneC->=ILc~H#$lf2%hLL5U8?psIp`<[>d&@$Pm%~( A'"CJ.zuX@TXh\Ra4,b7M&`f"hexU-a4,#X\]Bfp'JI+MGUDRA%_$&UnWAem4}1R"4%uivgn;xFZ%" NS>)eCuFYNHc/:W^:{7H>bGQS],x5z[Cy~C;7j#:8y9q|"~9~UWjE>>>> 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 --pgp-sign-Multipart_Tue_Nov_19_02:02:38_1996-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3ia Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface iQCVAwUBMpCWvhnuUGV7wuH5AQGSygQAnqjgReuFSJnFVNGx/liI+bA1EsSE5SrP TriScxPWCJbIcUDRoedqs5AqDmC7YJpXrwfznEsay4fRQ1rDtX8m/OzEDPjQu2c5 GRzAlA59hDvivMHGMT7jXeeezici7gIOeWuZD8jRBqJGcbF2OGPhIPTEbAKHidp3 USxWq1f0SGc= =S6H1 -----END PGP MESSAGE----- --pgp-sign-Multipart_Tue_Nov_19_02:02:38_1996-1--