Remove Content-Disposition.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Sep 2000 11:48:14 +0000 (11:48 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Sep 2000 11:48:14 +0000 (11:48 +0000)
lisp/ChangeLog
lisp/nndoc.el

index 18177b6..e2daee9 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-14 08:42:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nndoc.el (nndoc-dissect-mime-parts-sub): Remove
+       Content-Disposition.
+
 2000-09-13 23:58:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * webmail.el: Hotmail updated. Add X-Gnus-Webmail.
index 2e6ff8e..09d38aa 100644 (file)
@@ -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))