diff options
| author | Glenn Morris | 2010-12-08 17:46:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-08 17:46:03 -0800 |
| commit | b2364eaaa8387b54f0c43beda3d0ea23b8fa3b89 (patch) | |
| tree | 2dc9db42feabaa7f367828d50e3931799168bce0 | |
| parent | 32802ee17de9429e07b546aa4e2febe7f0f7072a (diff) | |
| download | emacs-b2364eaaa8387b54f0c43beda3d0ea23b8fa3b89.tar.gz emacs-b2364eaaa8387b54f0c43beda3d0ea23b8fa3b89.zip | |
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
(convert-standard-filename means it was bogus.)
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/smtpmail.el | 2 |
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 @@ | |||
| 1 | 2010-12-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-send-it): Revert previous change. | ||
| 4 | |||
| 1 | 2010-12-08 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-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)) |