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:
parent
dee3923311
commit
f265b4dedc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue