# HG changeset patch # User Glenn Morris # Date 1291859163 28800 # Node ID f2a4e55e19ea39dbd899284312412c19f0f4c1b8 # Parent 992f5b43dbfcd867a85c5dbc9e90cab74960a70a * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change. (convert-standard-filename means it was bogus.) diff -r 992f5b43dbfc -r f2a4e55e19ea lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 08 21:07:25 2010 +0100 +++ b/lisp/ChangeLog Wed Dec 08 17:46:03 2010 -0800 @@ -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 -r 992f5b43dbfc -r f2a4e55e19ea lisp/mail/smtpmail.el --- a/lisp/mail/smtpmail.el Wed Dec 08 21:07:25 2010 +0100 +++ b/lisp/mail/smtpmail.el Wed Dec 08 17:46:03 2010 -0800 @@ -379,7 +379,7 @@ (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))