unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* [Fwd: bug in smtpmail.el]
@ 2004-09-17 23:14 Kevin Rodgers
  0 siblings, 0 replies; only message in thread
From: Kevin Rodgers @ 2004-09-17 23:14 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

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

[-- Attachment #2: bug in smtpmail.el --]
[-- Type: message/rfc822, Size: 797 bytes --]

From: Elvin Peterson <elvin_peterson@yahoo.com>
Subject: bug in smtpmail.el
Date: 12 Sep 2004 19:40:39 +0530
Message-ID: <87acvvvaqo.fsf@yahoo.com>

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))))

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-17 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-17 23:14 [Fwd: bug in smtpmail.el] Kevin Rodgers

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).