summaryrefslogtreecommitdiff
path: root/lisp/gnus/mml.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-03-23 23:51:33 +0000
committerMiles Bader <miles@gnu.org>2006-03-23 23:51:33 +0000
commit77218834eef7b848d921cbd5b1107ae5a6995a7f (patch)
treeccfb97c55832bcc2e8f5b4adabae2960569db7fd /lisp/gnus/mml.el
parentd23969f3f4565e9f474fbb50cd55cfd038011155 (diff)
downloademacs-77218834eef7b848d921cbd5b1107ae5a6995a7f.tar.gz
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-176
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 67) - Update from CVS
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r--lisp/gnus/mml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index cf2f527c9d1..5fb6da07668 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -793,7 +793,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
(unless (setq textp (equal (mm-handle-media-supertype handle) "text"))
(save-excursion
(set-buffer (setq buffer (mml-generate-new-buffer " *mml*")))
- (mm-insert-part handle)
+ (mm-insert-part handle 'no-cache)
(if (setq mmlp (equal (mm-handle-media-type handle)
"message/rfc822"))
(mime-to-mml)))))