bug-gnu-emacs
[Top][All Lists]
Advanced

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

[Fwd: bug in smtpmail.el]


From: Kevin Rodgers
Subject: [Fwd: bug in smtpmail.el]
Date: Fri, 17 Sep 2004 17:14:17 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Wouldn't it be better to just remove the dependence on time-stamp
altogether from smtpmail, since it only uses the time-stamp-yyyy-mm-dd
and time-stamp-hh:mm:ss functions, both of which are just 1-line calls
to format-time-string?

Another alternative would be to add a time-stamp-hhmmss function to
time-stamp.el and call that instead of time-stamp-hh:mm:ss from
smtpmail-send-it.

--
Kevin Rodgers
--- Begin Message --- Subject: bug in smtpmail.el Date: 12 Sep 2004 19:40:39 +0530 User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
The function time-stamp:hh:mm:ss returns a value with : in it, which
is not cleaned up by the function convert-standard-filename.  Thus, it
fails in Windows, and queued smtp sending fails.  Possible patch:

267c267
<                                      "_" (format-time-string "%s"))))
---
>                                      "_" (time-stamp-hh:mm:ss))))

--- End Message ---

reply via email to

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