unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: [Fwd: bug in smtpmail.el]
Date: Fri, 17 Sep 2004 17:14:17 -0600	[thread overview]
Message-ID: <414B6FC9.9070408@yahoo.com> (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

                 reply	other threads:[~2004-09-17 23:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=414B6FC9.9070408@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).