all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug in smtpmail.el
@ 2004-09-12 14:10 Elvin Peterson
  0 siblings, 0 replies; only message in thread
From: Elvin Peterson @ 2004-09-12 14:10 UTC (permalink / raw)


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

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-12 14:10 bug in smtpmail.el Elvin Peterson

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.