aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-12-08 17:46:03 -0800
committerGlenn Morris <[email protected]>2010-12-08 17:46:03 -0800
commitb2364eaaa8387b54f0c43beda3d0ea23b8fa3b89 (patch)
tree2dc9db42feabaa7f367828d50e3931799168bce0
parent32802ee17de9429e07b546aa4e2febe7f0f7072a (diff)
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
(convert-standard-filename means it was bogus.)
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/smtpmail.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 814c5ef89f..4b81098fb9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Glenn Morris <[email protected]>
+
+ * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
+
2010-12-08 Michael Albinus <[email protected]>
* net/tramp.el (tramp-handle-start-file-process): Protect
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 1bf3fbe4a5..62bfbb740c 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -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))