From: morioka Date: Thu, 14 May 1998 07:57:27 +0000 (+0000) Subject: (mime-activate-mailcap-method): Regard 'mime-temp-directory. X-Git-Tag: remi-1_4_0-pre3~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c63ff725c9e8a73e7cc2fb0a039622dacf07c66b;p=elisp%2Fsemi.git (mime-activate-mailcap-method): Regard 'mime-temp-directory. --- 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))