From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72496 Path: news.gmane.org!not-for-mail From: Leonidas Tsampros Newsgroups: gmane.emacs.gnus.general Subject: nnimap group contains no messages error Date: Mon, 04 Oct 2010 18:17:48 +0300 Message-ID: <87fwwmq95v.fsf@bifteki.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286205642 15859 80.91.229.12 (4 Oct 2010 15:20:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 15:20:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20868@lists.math.uh.edu Mon Oct 04 17:20:40 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2mqG-0000oS-76 for ding-account@gmane.org; Mon, 04 Oct 2010 17:20:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P2mpq-0006GR-Qh; Mon, 04 Oct 2010 10:20:14 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P2mpo-0006G4-Tn for ding@lists.math.uh.edu; Mon, 04 Oct 2010 10:20:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2mpn-0003gD-9i for ding@lists.math.uh.edu; Mon, 04 Oct 2010 10:20:12 -0500 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2mpm-0005ug-00 for ; Mon, 04 Oct 2010 17:20:10 +0200 Original-Received: by wyi11 with SMTP id 11so8000855wyi.17 for ; Mon, 04 Oct 2010 08:19:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to :subject:mail-followup-to:date:message-id:user-agent:mime-version :content-type; bh=IOnOEAqsSzPgsQ2s24jpReeDN/G+OQHlk2k2TeY4yyU=; b=uUfjhrPTTyQ/LZzU/6ACWao8nrAAAxtb6tAcf063r4RTKcYYpls2J95ueqRbLyIE3s 9bZ8oRr0GfgU5Kpz4H+9qV0zuYa4CKWhWcWvaydUH7mw7VxY/oGZPD9TJNvBZ8ZxYCDY qAvbwKhevUpgDyyUJ4m33lJx12hcegWXNtwoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:mail-followup-to:date:message-id:user-agent :mime-version:content-type; b=SepaQvBmd1gMMiDwNBrSBd7XBsRE4ZcO+nos6eZXzoTY/uC8Mp729rpimss4VJS6jX x5bHYlqhN4Wj2coKB1VHhex74QxEgwaOxGeGcFnmEJ/afuvdUv06xwMHeOmt9hv+/ggx GjYnl0Iyowm2IMsLmmKz2uoIif4Xkg4gpgo74= Original-Received: by 10.227.129.149 with SMTP id o21mr7750680wbs.176.1286205579837; Mon, 04 Oct 2010 08:19:39 -0700 (PDT) Original-Received: from ltsampros-laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) by mx.google.com with ESMTPS id h29sm4249275wbc.3.2010.10.04.08.19.38 (version=SSLv3 cipher=RC4-MD5); Mon, 04 Oct 2010 08:19:39 -0700 (PDT) Original-Received: from ltsampros-laptop (localhost [127.0.0.1]) by ltsampros-laptop (Postfix) with ESMTP id 4FB1740889 for ; Mon, 4 Oct 2010 18:18:00 +0300 (EEST) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72496 Archived-At: Hello, using No Gnus from git (updated a couple of hours ago) I face the following problem: upon trying to enter a nnimap group with no new mails instead of getting the usual prompt ("How many articles blablabla") I get the following message: Group nnimap+server:INBOX contains no messages I can confirm that this group contains messages albeit all of them are 'old (O)' in Gnus terminology. The relevant lines from my imap log buffer show: 18:10:40 243 SELECT "INBOX" 18:10:40 244 UID FETCH 1:* FLAGS The server is: * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 ready * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM Trying to browse the group from Gnus 5.13 works as expected. Thanks Leonidas Tsampros