Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: An un-decoded-QP bug and its patch (was: Re: Stringp-error when retrieving grouplist from news.newsfeeds.com)
Date: 26 Oct 1999 23:36:07 -0400	[thread overview]
Message-ID: <2nln8pjx08.fsf_-_@tiger.jia.vnet> (raw)
In-Reply-To: Shenghuo ZHU's message of "26 Oct 1999 21:59:52 -0400"

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]


In my last mail, some QP-encoded stuffs show in the article buffer.
Here is a (committed) patch fixing it.

-- 
Shenghuo ZHU

1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-decode.el (mm-dissect-buffer): CTE may come without CTL.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 97-116.diff --]
[-- Type: text/x-patch, Size: 726 bytes --]

Index: mm-decode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-decode.el,v
retrieving revision 5.52
diff -u -r5.52 mm-decode.el
--- mm-decode.el	1999/09/27 15:19:03	5.52
+++ mm-decode.el	1999/10/27 03:26:46
@@ -190,7 +190,11 @@
       (if (or (not ctl)
 	      (not (string-match "/" (car ctl))))
 	  (mm-dissect-singlepart
-	   '("text/plain") nil no-strict-mime
+	   '("text/plain") 
+	   (and cte (intern (downcase (mail-header-remove-whitespace
+				       (mail-header-remove-comments
+					cte)))))
+	   no-strict-mime
 	   (and cd (ignore-errors (mail-header-parse-content-disposition cd)))
 	   description)
 	(setq type (split-string (car ctl) "/"))

      reply	other threads:[~1999-10-27  3:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <kshfjdq1wj.fsf@telelogic.se>
1999-10-27  1:59 ` Stringp-error when retrieving grouplist from news.newsfeeds.com Shenghuo ZHU
1999-10-27  3:36   ` Shenghuo ZHU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nln8pjx08.fsf_-_@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).