From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71514 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: all nnimap flags lost again Date: Wed, 22 Sep 2010 22:15:26 -0400 Message-ID: <87iq1xi4sh.fsf@uwo.ca> References: <87y6atgthy.fsf@uwo.ca> <871v8lcl77.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285208172 1744 80.91.229.12 (23 Sep 2010 02:16:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 02:16:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19887@lists.math.uh.edu Thu Sep 23 04:16:11 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 1OybM3-00087b-64 for ding-account@gmane.org; Thu, 23 Sep 2010 04:16:11 +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 1OybLg-0001Fg-7Q; Wed, 22 Sep 2010 21:15:48 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OybLe-0001FP-3t for ding@lists.math.uh.edu; Wed, 22 Sep 2010 21:15:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OybLY-0005IY-Ul for ding@lists.math.uh.edu; Wed, 22 Sep 2010 21:15:45 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OybLY-0002vP-00 for ; Thu, 23 Sep 2010 04:15:40 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OybLT-0007wy-Qb for ding@gnus.org; Thu, 23 Sep 2010 04:15:35 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 04:15:35 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 04:15:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:Kl/+VVszxEwyHqR8zJMceo/Nlkk= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71514 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> Can you increase the size of that buffer, as it often doesn't contain >> the results from a single action? > > The buffer shouldn't be truncated -- a `M-g' just issues a SELECT and a > FETCH FLAGS: > >> * FLAGS (%Answered %Flagged %Deleted %Seen %Draft gnus-expire gnus-dormant) >> * OK [PERMANENTFLAGS (%Answered %Flagged %Deleted %Seen %Draft gnus-expire gnus-dormant %*)] Flags permitted. >> * 113 EXISTS >> * 0 RECENT >> * OK [UIDVALIDITY 1256067223] UIDs valid >> * OK [UIDNEXT 1799] Predicted next UID >> 183 OK [READ-WRITE] Select completed. Before I did the `M-g', the buffer showed the response to command 181, so I thought 182 was missing. And 181 certainly went missing. So old stuff definitely disappears from that buffer, making it hard to see what happened a few minutes ago. > Anyway, everything looks OK in the buffer, and the fix I just pushed > should fix the problem if you `M-g' the affected groups. It seems to have worked, although somehow in the process some of the ! and ? marks really did lost. Oh, well. I wrote: > Also, I don't know if it's related, but when I hit SPC on an nnimap > group right after starting Gnus, it only shows me the articles whose > numbers are within 100 of the most recent. I was hoping that the trick > of just looking at the last 100 would be completely internal. I guess that was unrelated, but it is happening. Dan