From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60679 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus hangs while updating nnimap groups buffer Date: Wed, 03 Aug 2005 22:35:32 +0200 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 1123101400 26586 80.91.229.2 (3 Aug 2005 20:36:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2005 20:36:40 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M9209=ding+2Daccount=gmane.org@lists.math.uh.edu Wed Aug 03 22:36:34 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0PyB-0000ZY-4j for ding-account@gmane.org; Wed, 03 Aug 2005 22:36:07 +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 1E0PyA-0006ZC-01 for ding-account@gmane.org; Wed, 03 Aug 2005 15:36:06 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E0Py6-0006Z4-00 for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:36:02 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E0Py3-0001c4-Q1 for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:35:59 -0500 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 1E0P1s-0000NG-00 for ; Wed, 03 Aug 2005 21:35:52 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j73KZl0d000543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Aug 2005 22:35:47 +0200 Original-To: Martin Monsorno OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050803:ding@gnus.org::sZyXFww0qVXI5yiA:JZtH X-Hashcash: 1:21:050803:mmonsorno@gmx-gmbh.de::C5Xmtmum+kIGuzak:G8/n In-Reply-To: (Martin Monsorno's message of "Fri, 29 Jul 2005 09:45:52 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) 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.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60679 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60679 Martin Monsorno writes: > Hi *, > > when starting Gnus or updating the group buffer with 'g', the > minibuffer says > > nnimap: Checking mailboxes ... > > or sometimes > > nnimap: Mailbox Trash modified ... > > and then nothing more happens. I can stop it with 'C-g', but the > nnimap groups are displayed this way: > > INBOX * / 0 > > But I can enter these groups, and read all mails, also new ones. > > I defined *imap-debug* and *imap-log*, but it does not help me any > further, because the output there is produced /after/ hitting C-g. > Would it be useful to post the contents of these buffers anyway? > > What's going wrong here? Try (setq debug-on-quit t) and post the backtrace you get when pressing C-g. I think *imap-log* content would be useful too, be sure to kill the buffer before pressing 'g' so you only get fresh data.