aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 814c5ef89fa..4b81098fb9e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-12-09 Glenn Morris <rgm@gnu.org>
2
3 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
4
12010-12-08 Michael Albinus <michael.albinus@gmx.de> 52010-12-08 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/tramp.el (tramp-handle-start-file-process): Protect 7 * net/tramp.el (tramp-handle-start-file-process): Protect
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 1bf3fbe4a59..62bfbb740c4 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -379,7 +379,7 @@ The list is in preference order.")
379 (let* ((file-data 379 (let* ((file-data
380 (expand-file-name 380 (expand-file-name
381 (format "%s_%i" 381 (format "%s_%i"
382 (format-time-string "%Y-%m-%d_%H-%M-%S") 382 (format-time-string "%Y-%m-%d_%H:%M:%S")
383 (setq smtpmail-queue-counter 383 (setq smtpmail-queue-counter
384 (1+ smtpmail-queue-counter))) 384 (1+ smtpmail-queue-counter)))
385 smtpmail-queue-dir)) 385 smtpmail-queue-dir))