* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Dec 2010 01:46:03 +0000 (17:46 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Dec 2010 01:46:03 +0000 (17:46 -0800)
(convert-standard-filename means it was bogus.)

lisp/ChangeLog
lisp/mail/smtpmail.el

index 814c5ef..4b81098 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-09  Glenn Morris  <rgm@gnu.org>
+
+       * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
+
 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-handle-start-file-process): Protect
index 1bf3fbe..62bfbb7 100644 (file)
@@ -379,7 +379,7 @@ The list is in preference order.")
            (let* ((file-data
                    (expand-file-name
                     (format "%s_%i"
-                            (format-time-string "%Y-%m-%d_%H-%M-%S")
+                            (format-time-string "%Y-%m-%d_%H:%M:%S")
                             (setq smtpmail-queue-counter
                                   (1+ smtpmail-queue-counter)))
                     smtpmail-queue-dir))