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