From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; movemail change Date: Fri, 18 Jan 2008 12:37:36 -0800 Message-ID: <200801182037.m0IKbfUT013727@sallyv1.ics.uci.edu> References: <9424-Fri18Jan2008100900+0000-jpff@codemist.co.uk> <200801181323.m0IDN7n0012802@sallyv1.ics.uci.edu> <6813-Fri18Jan2008163821+0000-jpff@cs.bath.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200688780 17083 80.91.229.12 (18 Jan 2008 20:39:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 20:39:40 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: jpff@cs.bath.ac.uk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 18 21:39:59 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFy0E-0003sR-Ob for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2008 21:39:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFxzp-0002D6-Cf for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2008 15:39:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFxzl-0002Cl-Kc for emacs-devel@gnu.org; Fri, 18 Jan 2008 15:39:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFxzi-0002Bq-Vr for emacs-devel@gnu.org; Fri, 18 Jan 2008 15:39:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFxzi-0002Bm-P7 for emacs-devel@gnu.org; Fri, 18 Jan 2008 15:39:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFxzi-0006Zi-8t for emacs-devel@gnu.org; Fri, 18 Jan 2008 15:39:18 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JFxzh-0006Oz-T7 for emacs-pretest-bug@gnu.org; Fri, 18 Jan 2008 15:39:17 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JFxze-0006Yq-PS for emacs-pretest-bug@gnu.org; Fri, 18 Jan 2008 15:39:17 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JFxze-0006YE-E1 for emacs-pretest-bug@gnu.org; Fri, 18 Jan 2008 15:39:14 -0500 X-ICS-MailScanner-Watermark: 1201293468.08505@FSMIbkXMpYvvO/+KFjAovA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m0IKbfUT013727; Fri, 18 Jan 2008 12:37:41 -0800 (PST) In-Reply-To: <6813-Fri18Jan2008163821+0000-jpff@cs.bath.ac.uk> (jpff@cs.bath.ac.uk's message of "Fri, 18 Jan 2008 16:38:21 +0000") Original-Lines: 18 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87062 gmane.emacs.pretest.bugs:20705 Archived-At: writes: > Using strace it seems that movemail returns > +OK 38 324994 > and there are 38 messages. I assume that the second number is the > total length in bytes, but emacs is assuming that there is nothing > after the count > > > The pop/imap server is cyrus > > > movemail: Error getting message count from POP server: Unexpected response from POP server in pop_stat POP says:+OK 38 324994 > (No new mail has arrived) It would be great if you try do a binary search and find out when exactly this broke. The number of changes to pop.c/movemail.c is rather small, so it should not be too hard.