1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-mime-attachment-dirs-alist): Use temporary-file-directory.

This commit is contained in:
Chong Yidong 2009-02-07 21:29:17 +00:00
parent dee3923311
commit f265b4dedc

View file

@ -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