From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58995 Path: main.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: Re: possible imap.el bug Date: Wed, 27 Oct 2004 01:09:53 +0800 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nwtxtf84q.fsf@lifelogs.com> <4nfz4gc99o.fsf@lifelogs.com> <4nzn2napoz.fsf@lifelogs.com> <4n7jpranuj.fsf@lifelogs.com> <4nsm8f956n.fsf@lifelogs.com> <4nsm8fcr00.fsf@bwh.harvard.edu> <4nvfd7ubzv.fsf@lifelogs.com> <4nr7nmipee.fsf@bwh.harvard.edu> <4n3c01sen4.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1098810713 9058 80.91.229.6 (26 Oct 2004 17:11:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 17:11:53 +0000 (UTC) Original-X-From: ding-owner+M7536@lists.math.uh.edu Tue Oct 26 19:11:35 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMUr8-000085-00 for ; Tue, 26 Oct 2004 19:11:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CMUp4-0001Z0-00; Tue, 26 Oct 2004 12:09:26 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CMUov-0001Ys-00 for ding@lists.math.uh.edu; Tue, 26 Oct 2004 12:09:17 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CMUoo-0004fQ-BW for ding@lists.math.uh.edu; Tue, 26 Oct 2004 12:09:10 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 8F3C33A003F for ; Tue, 26 Oct 2004 12:09:09 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CMUom-0003Yy-00 for ; Tue, 26 Oct 2004 19:09:08 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: 218.2.143.161 Original-X-Trace: quimby.gnus.org 1098810548 13464 218.2.143.161 (26 Oct 2004 17:09:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 26 Oct 2004 17:09:08 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:sVpvHsV9gtBU3yO4lw1YSKWged0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58995 I think it's owing to Ted's latest commit (2004-10-25 21:07:52). @@ -781,6 +789,10 @@ (list "imap" "imaps")))) (if (imap-authenticate user passwd nnimap-server-buffer) (prog1=20 + (setq nnimap-server-buffer-alist + (nnimap-remove-server-from-buffer-alist=20 + server + nnimap-server-buffer-alist)) (push (list server nnimap-server-buffer) nnimap-server-buffer-alist) (imap-id nnimap-id nnimap-server-buffer) I think after these 4 lines added, `prog1 should be changed to `prog2. You can try to change line 791 of nnimap.el from prog1 to prog2. I think this should work. HTH, --=20 =D5=E2=C8=A5=D5=DF=A3=AC=B2=BB=C4=DC=BC=FB=CB=FB=B5=C4=C1=B3=A3=AC=B1=B3=D3= =B0=C4=A3=BA=FD=A1=A3