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:
f306610
)
(gnus-article-prepare): Don't store original buffer to the entity.
author
morioka
<morioka>
Fri, 2 Oct 1998 19:51:03 +0000
(19:51 +0000)
committer
morioka
<morioka>
Fri, 2 Oct 1998 19:51:03 +0000
(19:51 +0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
e32915e
..
ff726e0
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-2098,9
+2098,7
@@
If ALL-HEADERS is non-nil, no headers are hidden."
(if gnus-show-mime
(progn
(setq mime-message-structure gnus-current-headers)
- (mime-entity-set-buffer-internal
- mime-message-structure (current-buffer))
- (if (or (not gnus-strict-mime)
+ (if (or (not gnus-strict-mime)
(mime-fetch-field "MIME-Version"))
gnus-article-display-method-for-mime
gnus-article-display-method-for-encoded-word))