mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 11:21:19 -07:00
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
(convert-standard-filename means it was bogus.)
This commit is contained in:
parent
32802ee17d
commit
b2364eaaa8
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue