From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71507 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: all nnimap flags lost again Date: Wed, 22 Sep 2010 21:04:41 -0400 Message-ID: <87y6atgthy.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285203921 22142 80.91.229.12 (23 Sep 2010 01:05:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 01:05:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19880@lists.math.uh.edu Thu Sep 23 03:05:19 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 1OyaFR-0007qK-Cl for ding-account@gmane.org; Thu, 23 Sep 2010 03:05:17 +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 1OyaFD-0000kH-0D; Wed, 22 Sep 2010 20:05:03 -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 1OyaFA-0000jr-EF for ding@lists.math.uh.edu; Wed, 22 Sep 2010 20:05:00 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyaF0-00054L-1z for ding@lists.math.uh.edu; Wed, 22 Sep 2010 20:05:00 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyaEz-000218-00 for ; Thu, 23 Sep 2010 03:04:49 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyaEz-0007fI-Am for ding@gnus.org; Thu, 23 Sep 2010 03:04:49 +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 03:04:49 +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 03:04:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 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:lE9Jxb66v/dQyltbYqDevcvQeDM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71507 Archived-At: Starting a new thread for this. With current git version, I lost all flags (except \Seen) in another IMAP group. I had about 100 expirable articles mixed in with various read, ticked and dormant articles, so I had to go through and figure out which ones I had meant to get rid of. Then, after setting the `E' mark on about a hundred articles, I exited the group. When I reentered, the marks were gone again! So I set them again, exited and reentered, and then they were there. I decide to quit gnus and emacs in case some data structure was corrupted. When I restarted, the marks were gone again. Since this is repeatable, maybe we can debug it? Here's my *imap log* from one of the times that it happened: 20:59:56 68 SELECT "generic" 20:59:56 69 UID FETCH 29:2328 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref X-Spam-Status To Cc Keywords Newsgroups Subject)]) 21:00:26 70 UID STORE 2173:2181,2183:2224,2226:2279,2281:2315,2317:2327 +FLAGS.SILENT (gnus-expire) A lot of the articles are set to expire. 21:00:29 71 SELECT "generic" 21:00:29 72 UID FETCH 29:2328 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref X-Spam-Status To Cc Keywords Newsgroups Subject)]) 21:00:35 73 SELECT "generic" 21:00:35 74 UID FETCH 29:2328 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref X-Spam-Status To Cc Keywords Newsgroups Subject)]) I think I entered the group twice, and both times it was fine. 21:01:12 75 SELECT "generic" 21:01:12 76 UID FETCH 1:* FLAGS That's probably me hitting `M-g'. 21:01:13 77 SELECT "generic" 21:01:13 78 UID FETCH 29:2328 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref X-Spam-Status To Cc Keywords Newsgroups Subject)]) And then I entered the group and the flags were all gone. 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. Dan