From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59962 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap fails to fetch some articles Date: Tue, 08 Mar 2005 01:40:39 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110242385 6308 80.91.229.2 (8 Mar 2005 00:39:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 00:39:45 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8503@lists.math.uh.edu Tue Mar 08 01:45:25 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8Sqd-0001cH-H2 for ding-account@gmane.org; Tue, 08 Mar 2005 01:45:19 +0100 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 1D8Sme-00080F-00; Mon, 07 Mar 2005 18:41:12 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D8Sma-00080A-00 for ding@lists.math.uh.edu; Mon, 07 Mar 2005 18:41:08 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D8SmX-0004Pw-Tb for ding@lists.math.uh.edu; Mon, 07 Mar 2005 18:41:06 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D8SmU-0001Vf-00 for ; Tue, 08 Mar 2005 01:41:02 +0100 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.3/8.13.3/Debian-6) with ESMTP id j280esJ1031563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 Mar 2005 01:40:55 +0100 Original-To: Bjorn Solberg OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050308:bjorn_ding@hekneby.org::rjENgN8szaI8ALPQ:25Cd X-Hashcash: 1:21:050308:ding@gnus.org::ZspBQOZh3wckvd0B:RAup In-Reply-To: (Bjorn Solberg's message of "Mon, 07 Mar 2005 14:40:06 -0800") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yxa-iv X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8503@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: news.gmane.org gmane.emacs.gnus.general:59962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59962 Bjorn Solberg writes: > + (with-current-buffer nntp-server-buffer > + (sort-numeric-fields 1 1 (buffer-size))) > > and that seems to have done the trick. Thank you for the help! Applied, thanks!