From f265b4dedcdeee15291dffc4de284ec8c0d5398e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 7 Feb 2009 21:29:17 +0000 Subject: [PATCH] (rmail-mime-attachment-dirs-alist): Use temporary-file-directory. --- lisp/mail/rmailmm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index 894faf2b329..6f63c90af72 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el @@ -59,9 +59,9 @@ job is done." :group 'mime) (defcustom rmail-mime-attachment-dirs-alist - '(("text/.*" "~/Documents") + `(("text/.*" "~/Documents") ("image/.*" "~/Pictures") - (".*" "~/Desktop" "~" "/tmp")) + (".*" "~/Desktop" "~" ,temporary-file-directory)) "Default directories to save attachments into. Each media type may have it's own list of directories in order of preference. The first existing directory in the list will be -- 2.39.5