aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-02-07 21:29:17 +0000
committerChong Yidong2009-02-07 21:29:17 +0000
commitf265b4dedcdeee15291dffc4de284ec8c0d5398e (patch)
treeeaf5967987bcdd84ed28deaf0efcb42c1f771071
parentdee3923311369de30cc25ea3772a6cb975f8d342 (diff)
downloademacs-f265b4dedcdeee15291dffc4de284ec8c0d5398e.tar.gz
emacs-f265b4dedcdeee15291dffc4de284ec8c0d5398e.zip
(rmail-mime-attachment-dirs-alist): Use temporary-file-directory.
-rw-r--r--lisp/mail/rmailmm.el4
1 files 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."
59 :group 'mime) 59 :group 'mime)
60 60
61(defcustom rmail-mime-attachment-dirs-alist 61(defcustom rmail-mime-attachment-dirs-alist
62 '(("text/.*" "~/Documents") 62 `(("text/.*" "~/Documents")
63 ("image/.*" "~/Pictures") 63 ("image/.*" "~/Pictures")
64 (".*" "~/Desktop" "~" "/tmp")) 64 (".*" "~/Desktop" "~" ,temporary-file-directory))
65 "Default directories to save attachments into. 65 "Default directories to save attachments into.
66Each media type may have it's own list of directories in order of 66Each media type may have it's own list of directories in order of
67preference. The first existing directory in the list will be 67preference. The first existing directory in the list will be