diff options
| -rw-r--r-- | lisp/mail/rmailmm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index 894faf2b329..6f63c90af72 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el | |||
| @@ -59,9 +59,9 @@ job is done." | |||
| 59 | :group 'mime) | 59 | :group 'mime) |
| 60 | 60 | ||
| 61 | (defcustom rmail-mime-attachment-dirs-alist | 61 | (defcustom rmail-mime-attachment-dirs-alist |
| 62 | '(("text/.*" "~/Documents") | 62 | `(("text/.*" "~/Documents") |
| 63 | ("image/.*" "~/Pictures") | 63 | ("image/.*" "~/Pictures") |
| 64 | (".*" "~/Desktop" "~" "/tmp")) | 64 | (".*" "~/Desktop" "~" ,temporary-file-directory)) |
| 65 | "Default directories to save attachments into. | 65 | "Default directories to save attachments into. |
| 66 | Each media type may have it's own list of directories in order of | 66 | Each media type may have it's own list of directories in order of |
| 67 | preference. The first existing directory in the list will be | 67 | preference. The first existing directory in the list will be |