1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -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) :group 'mime)
(defcustom rmail-mime-attachment-dirs-alist (defcustom rmail-mime-attachment-dirs-alist
'(("text/.*" "~/Documents") `(("text/.*" "~/Documents")
("image/.*" "~/Pictures") ("image/.*" "~/Pictures")
(".*" "~/Desktop" "~" "/tmp")) (".*" "~/Desktop" "~" ,temporary-file-directory))
"Default directories to save attachments into. "Default directories to save attachments into.
Each media type may have it's own list of directories in order of Each media type may have it's own list of directories in order of
preference. The first existing directory in the list will be preference. The first existing directory in the list will be