Gnus development mailing list
 help / color / mirror / Atom feed
From: "Erik Østlyngen" <erikoest@stud.ntnu.no>
Subject: Re: Pterodactyl Gnus v0.93 is released
Date: 07 Jul 1999 16:51:58 +0200	[thread overview]
Message-ID: <uvhbw1pip.fsf@ifbt.ntnu.no> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "07 Jul 1999 15:10:31 +0200"

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> 1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
> 
> 	* pop3.el: New version.

Some time ago (in a mail called "Movemail trouble"), I reported a bug
in pop3.el related to pop3-movemail, emacsNT and a certain pop
server. I fixed the bug by replacing the lines in pop3-send-command:

  line 149:    (process-send-string process command)
  line 150:    (process-send-string process "\r\n")

With:

  (process-send-string process (concat command "\r\n"))

I don't know why this solved the problem. Someone told me that the bug
was in the NT operation system (or was it emacsNT?) and not in gnus or
pop3. In any case, shouldn't this bugfix be added permanently to pop3
if it doesn't have any side effects?

-Erik Østlyngen



  reply	other threads:[~1999-07-07 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-07 13:10 Lars Magne Ingebrigtsen
1999-07-07 14:51 ` Erik Østlyngen [this message]
1999-07-07 20:52   ` Stainless Steel Rat
1999-07-08 12:04     ` Erik Østlyngen
1999-07-08 12:11       ` Lee Willis
1999-07-08 14:46         ` François Pinard
1999-07-08 15:23       ` Stainless Steel Rat
1999-07-08 21:55         ` Glenn Shiffer
1999-07-09 17:48           ` Lars Magne Ingebrigtsen

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

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

  git send-email \
    --in-reply-to=uvhbw1pip.fsf@ifbt.ntnu.no \
    --to=erikoest@stud.ntnu.no \
    /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.
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 NNTP newsgroup(s).