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:
a44e00e
)
(gnus-article-prepare): Use content of `gnus-current-headers' as
author
morioka
<morioka>
Wed, 30 Sep 1998 19:21:33 +0000
(19:21 +0000)
committer
morioka
<morioka>
Wed, 30 Sep 1998 19:21:33 +0000
(19:21 +0000)
mime-message-structure.
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
7c455a2
..
e32915e
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-2097,7
+2097,9
@@
If ALL-HEADERS is non-nil, no headers are hidden."
(let ((method
(if gnus-show-mime
(progn
- (mime-parse-buffer)
+ (setq mime-message-structure gnus-current-headers)
+ (mime-entity-set-buffer-internal
+ mime-message-structure (current-buffer))
(if (or (not gnus-strict-mime)
(mime-fetch-field "MIME-Version"))
gnus-article-display-method-for-mime