From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72672 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: 'g' freezes Date: Tue, 05 Oct 2010 22:54:28 +0200 Message-ID: <87vd5g9x8b.fsf@sphax.lybrafox.lan> References: <87sk0l91rz.fsf@sphax.lybrafox.lan> <87ocb991dp.fsf@sphax.lybrafox.lan> <874od1r9nn.fsf@sphax.lybrafox.lan> <878w2dfz95.fsf@sphax.lybrafox.lan> <877hhxekg9.fsf@sphax.lybrafox.lan> <87mxqsd129.fsf@sphax.lybrafox.lan> <874od0beor.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286312114 32088 80.91.229.12 (5 Oct 2010 20:55:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 20:55:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21044@lists.math.uh.edu Tue Oct 05 22:55:13 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 1P3EXV-0001WY-Kb for ding-account@gmane.org; Tue, 05 Oct 2010 22:55:09 +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 1P3EX6-0003Lw-Ks; Tue, 05 Oct 2010 15:54:44 -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 1P3EX4-0003Ld-Kk for ding@lists.math.uh.edu; Tue, 05 Oct 2010 15:54:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P3EWz-0002rM-TE for ding@lists.math.uh.edu; Tue, 05 Oct 2010 15:54:42 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P3EWy-0004zr-00 for ; Tue, 05 Oct 2010 22:54:36 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3EWy-0001QZ-2b for ding@gnus.org; Tue, 05 Oct 2010 22:54:36 +0200 Original-Received: from 91.180.106.107 ([91.180.106.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 22:54:36 +0200 Original-Received: from hobbes by 91.180.106.107 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 22:54:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 67 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91.180.106.107 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:cvNnuDgXikaUO4wyyW1+TUeZ+bs= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72672 Archived-At: Lars Magne Ingebrigtsen writes: > hobbes@poukram.net (Rémi Letot) writes: > >> When I start gnus, my nnimap groups stay empty, even if gnus knew the >> number of messages last time I stopped it. > > What do you mean by "stay empty"? > > If a group had (say) 25 unread articles, and you quit Gnus, and then > start Gnus, does the group buffer then say that there's 0 unread > articles in the group? yep > If so, then `G E' the group after the `g', and then `G E' the same group > after a `M-g', so that we can look at the differences. at startup: ("nnimap+swoog:INBOX.linux.bxlug" 3 ((1 . 41174)) ((seen (40803 . 41174)) (expire (41146 . 41174)) (tick 41083)) "nnimap:swoog" ((imap-status . "41161 41083 41160") (uidvalidity . "1059246001") (to-list . "linux-bruxelles@lists.bxlug.be") (auto-expire . t))) after g: ("nnimap+swoog:INBOX.linux.bxlug" 3 ((1 . 41174)) ((seen (40803 . 41174)) (expire (41146 . 41174)) (tick 41083)) "nnimap:swoog" ((imap-status . "41161 41083 41160") (uidvalidity . "1059246001") (to-list . "linux-bruxelles@lists.bxlug.be") (auto-expire . t))) after M-g: ("nnimap+swoog:INBOX.linux.bxlug" 3 ((1 . 41174)) ((seen (40803 . 41174)) (expire (41146 . 41174)) (tick 41083)) "nnimap:swoog" ((imap-status . "41161 41083 41160") (uidvalidity . "1059246001") (to-list . "linux-bruxelles@lists.bxlug.be") (auto-expire . t))) HTH, -- Rémi