From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58882 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general,gmane.emacs.pretest.bugs Subject: Re: Gnus issues Date: Thu, 14 Oct 2004 22:33:04 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097789615 29573 80.91.229.6 (14 Oct 2004 21:33:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2004 21:33:35 +0000 (UTC) Cc: Ding List Original-X-From: ding-owner+M7420@lists.math.uh.edu Thu Oct 14 23:33:21 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 1CIDDt-0001bq-00 for ; Thu, 14 Oct 2004 23:33:21 +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 1CIDDo-000766-00; Thu, 14 Oct 2004 16:33:16 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CIDDh-000753-00 for ding@lists.math.uh.edu; Thu, 14 Oct 2004 16:33:09 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CIDDg-0003fy-Fb for ding@lists.math.uh.edu; Thu, 14 Oct 2004 16:33:08 -0500 Original-Received: from albion.dl.ac.uk (albion.dl.ac.uk [148.79.80.39]) by justine.libertine.org (Postfix) with ESMTP id DD7733A00B1 for ; Thu, 14 Oct 2004 16:33:07 -0500 (CDT) Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1CIDDc-0001lb-00; Thu, 14 Oct 2004 22:33:04 +0100 Original-To: emacs-pretest-bug@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58882 gmane.emacs.pretest.bugs:4157 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58882 Reiner Steib writes: > I left `pop3-password' as a defvar. I think that's right, though I don't know if the code can cope with multiple POP servers as it should. > Could you please check if my > changes are correct (I don't use pop3)? I'll try to sometime. Actually, I don't usually use it these days. It seems it still uses nnheader-accept-process-output, which it shouldn't. A reasonable solution to that, which I should probably have used elsewhere before, is to compile it away. nnheader could just be required at compile time if nnheader-accept-process-output is made a defsubst (with a comment about why).