Mercurial > emacs
changeset 111927:f2a4e55e19ea
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
(convert-standard-filename means it was bogus.)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 08 Dec 2010 17:46:03 -0800 |
parents | 992f5b43dbfc |
children | 89658283a80c |
files | lisp/ChangeLog lisp/mail/smtpmail.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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))