From: Glenn Morris Date: Thu, 9 Dec 2010 01:46:03 +0000 (-0800) Subject: * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change. X-Git-Tag: emacs-pretest-23.2.91~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2364eaaa8387b54f0c43beda3d0ea23b8fa3b89;p=emacs.git * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change. (convert-standard-filename means it was bogus.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 814c5ef89fa..4b81098fb9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-12-09 Glenn Morris + + * mail/smtpmail.el (smtpmail-send-it): Revert previous change. + 2010-12-08 Michael Albinus * 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.") (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))