unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: [garym@teledyn.com: StartTLS fails on CVS build]
Date: Sat, 29 Oct 2005 10:44:03 -0400	[thread overview]
Message-ID: <87pspotmbw.fsf@stupidchicken.com> (raw)
In-Reply-To: <E1EVLEU-0002pm-LX@fencepost.gnu.org> (Richard M. Stallman's message of "Thu, 27 Oct 2005 23:48:46 -0400")

> I have verified this with a clean build downloaded from scratch today,
> and verified with the built-in GNUS 5.10 and with a fresh install
> of the NoGnus 0.3; both give the same behaviour.  
>
> I have also verified that the remote imap exists and I can fetch
> to this machine from that server with the same :user and :password
> using other imap software.

Does this fix the bug?

*** emacs/lisp/gnus/imap.el.~1.24.~	2005-10-26 21:31:20.000000000 -0400
--- emacs/lisp/gnus/imap.el	2005-10-29 10:41:46.000000000 -0400
***************
*** 1038,1045 ****
  			   stream))
  		      ;; We're done, kill the first connection
  		      (imap-close buffer)
! 		      (kill-buffer buffer)
! 		      (rename-buffer buffer)
  		      (message "imap: Reconnecting with stream `%s'...done"
  			       stream)
  		      (setq imap-stream stream)
--- 1038,1048 ----
  			   stream))
  		      ;; We're done, kill the first connection
  		      (imap-close buffer)
! 		      (let ((name (if (stringp buffer)
! 				      buffer
! 				    (buffer-name buffer))))
! 			(kill-buffer buffer)
! 			(rename-buffer name))
  		      (message "imap: Reconnecting with stream `%s'...done"
  			       stream)
  		      (setq imap-stream stream)

  reply	other threads:[~2005-10-29 14:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-28  3:48 [garym@teledyn.com: StartTLS fails on CVS build] Richard M. Stallman
2005-10-29 14:44 ` Chong Yidong [this message]
2005-11-11 14:42   ` Gary Lawrence Murphy

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=87pspotmbw.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /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).