From afb66c0b292ffd990df2ab4c94093aae3ec76764 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 14 Sep 2000 13:31:00 +0000 Subject: [PATCH] Synch with Gnus. --- lisp/ChangeLog | 5 +++++ lisp/nndoc.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18177b6..e2daee9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-09-14 08:42:48 ShengHuo ZHU + + * nndoc.el (nndoc-dissect-mime-parts-sub): Remove + Content-Disposition. + 2000-09-13 23:58:40 ShengHuo ZHU * webmail.el: Hotmail updated. Add X-Gnus-Webmail. diff --git a/lisp/nndoc.el b/lisp/nndoc.el index b7ecab6..e59b22c 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -783,7 +783,7 @@ PARENT is the message-ID of the parent summary line, or nil for none." (let ((part-counter 0) part-begin part-end eof-flag) (while (string-match "\ -^\\(Lines\\|Content-\\(Type\\|Transfer-Encoding\\)\\):.*\n\\([ \t].*\n\\)*" +^\\(Lines\\|Content-\\(Type\\|Transfer-Encoding\\|Disposition\\)\\):.*\n\\([ \t].*\n\\)*" article-insert) (setq article-insert (replace-match "" t t article-insert))) (let ((case-fold-search nil)) -- 1.7.10.4