From c63ff725c9e8a73e7cc2fb0a039622dacf07c66b Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 14 May 1998 07:57:27 +0000 Subject: [PATCH] (mime-activate-mailcap-method): Regard 'mime-temp-directory. --- mime-play.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 20991eb..41009ab 100644 --- a/mime-play.el +++ b/mime-play.el @@ -203,7 +203,8 @@ specified, play as it. Default MODE is \"play\"." (narrow-to-region start end) (goto-char start) (let ((method (cdr (assoc 'method situation))) - (name (mime-raw-get-filename situation))) + (name (expand-file-name (mime-raw-get-filename situation) + mime-temp-directory))) (mime-write-decoded-region (if (re-search-forward "^$" end t) (1+ (match-end 0)) (point-min)) -- 1.7.10.4