From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21507 Path: main.gmane.org!not-for-mail From: amu@MIT.EDU (Aaron M. Ucko) Newsgroups: gmane.emacs.gnus.general Subject: Re: Pop weirdness in p0.77 Date: 24 Feb 1999 13:27:49 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159596 23260 80.91.224.250 (21 Oct 2002 00:19:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:19:56 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA02348 for ; Wed, 24 Feb 1999 13:29:22 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB17293; Wed, 24 Feb 1999 12:28:17 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 24 Feb 1999 12:28:36 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA02326 for ; Wed, 24 Feb 1999 12:28:21 -0600 (CST) Original-Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA02317 for ; Wed, 24 Feb 1999 13:28:13 -0500 (EST) Original-Received: from SNORKLEWACKER.MIT.EDU by MIT.EDU with SMTP id AA11888; Wed, 24 Feb 99 13:28:20 EST Original-Received: by snorklewacker.mit.edu (8.8.7/4.7) id NAA29486; Wed, 24 Feb 1999 13:27:49 -0500 Original-To: ding@gnus.org In-Reply-To: Matt Pharr's message of "22 Feb 1999 16:41:09 -0500" User-Agent: Gnus/5.070077 (Pterodactyl Gnus v0.77) Emacs/20.3 Original-Lines: 17 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21507 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21507 It's a bug in the source. Try this patch (which I've already submitted to Lars): --- mail-source.el~ Sat Feb 20 16:35:28 1999 +++ mail-source.el Sat Feb 20 17:29:36 1999 @@ -353,7 +353,7 @@ (if (eq authentication 'apop) 'apop 'pass))) (save-excursion (pop3-movemail mail-source-crash-box)))))) (if result - (progn + (prog1 (mail-source-callback callback server) (when prescript (if (fboundp prescript) -- Aaron M. Ucko, KB1CJC (finger amu@monk.mit.edu)