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

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

bug in smtpmail.el


From: Elvin Peterson
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))))

reply via email to

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