emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100290: * lisp/mail/smtpmail.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100290: * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
Date: Wed, 08 Dec 2010 17:46:03 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100290
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-12-08 17:46:03 -0800
message:
  * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
  (convert-standard-filename means it was bogus.)
modified:
  lisp/ChangeLog
  lisp/mail/smtpmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-12-08 20:07:25 +0000
+++ b/lisp/ChangeLog    2010-12-09 01:46:03 +0000
@@ -1,3 +1,7 @@
+2010-12-09  Glenn Morris  <address@hidden>
+
+       * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
+
 2010-12-08  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-handle-start-file-process): Protect

=== modified file 'lisp/mail/smtpmail.el'
--- a/lisp/mail/smtpmail.el     2010-12-08 03:29:41 +0000
+++ b/lisp/mail/smtpmail.el     2010-12-09 01:46:03 +0000
@@ -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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]