projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3ca5a
)
Synch to No Gnus 200509140209.
author
yamaoka
<yamaoka>
Wed, 14 Sep 2005 02:10:23 +0000
(
02:10
+0000)
committer
yamaoka
<yamaoka>
Wed, 14 Sep 2005 02:10:23 +0000
(
02:10
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
b15b00f
..
84d94f8
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-art.el (gnus-mime-display-part): Protect against broken
+ MIME messages.
+
2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-sum.el (gnus-summary-edit-article-done): Remove text props
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
4816bb3
..
03b229e
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-5219,6
+5219,8
@@
If displaying \"text/html\" is discouraged \(see
(defun gnus-mime-display-part (handle)
(cond
+ ;; Maybe a broken MIME message.
+ ((null handle))
;; Single part.
((not (stringp (car handle)))
(gnus-mime-display-single handle))