# HG changeset patch # User Chong Yidong # Date 1234042157 0 # Node ID 4f858364bb263f97a5de6232592f3363032e5f10 # Parent adecc9a8b8fd477f162fba78c7747d8fa8176053 (rmail-mime-attachment-dirs-alist): Use temporary-file-directory. diff -r adecc9a8b8fd -r 4f858364bb26 lisp/mail/rmailmm.el --- a/lisp/mail/rmailmm.el Sat Feb 07 21:29:02 2009 +0000 +++ b/lisp/mail/rmailmm.el Sat Feb 07 21:29:17 2009 +0000 @@ -59,9 +59,9 @@ :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