emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail rmailmm.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/mail rmailmm.el
Date: Sat, 07 Feb 2009 21:29:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/07 21:29:17

Modified files:
        lisp/mail      : rmailmm.el 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailmm.el?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: rmailmm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailmm.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- rmailmm.el  23 Jan 2009 04:15:56 -0000      1.4
+++ rmailmm.el  7 Feb 2009 21:29:17 -0000       1.5
@@ -59,9 +59,9 @@
   :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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]