From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85585 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Performance problem of imap move Date: Tue, 27 Jan 2015 09:05:37 +0100 Message-ID: <874mrcps1a.fsf@gnu.org> References: <87oapn5ufg.fsf@building.gnus.org> <87vbjul0ch.fsf@building.gnus.org> <87siex213n.fsf@gnu.org> <87mw55dow8.fsf@building.gnus.org> <87mw54ptz5.fsf@gnu.org> <87mw547k9x.fsf@building.gnus.org> <878ugops85.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422345956 12117 80.91.229.3 (27 Jan 2015 08:05:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 08:05:56 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M33825@lists.math.uh.edu Tue Jan 27 09:05:51 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YG19d-0003MV-0e for ding-account@gmane.org; Tue, 27 Jan 2015 09:05:45 +0100 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 1YG19a-0002Ty-An; Tue, 27 Jan 2015 02:05:42 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YG19Y-0002Tg-Vw for ding@lists.math.uh.edu; Tue, 27 Jan 2015 02:05:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YG19X-00015F-DS for ding@lists.math.uh.edu; Tue, 27 Jan 2015 02:05:40 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YG19V-00005c-Sf; Tue, 27 Jan 2015 09:05:37 +0100 Original-Received: from thinkpad-t440p (dhcp68.uni-koblenz.de [141.26.71.68]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id DA5281A8403; Tue, 27 Jan 2015 09:05:37 +0100 (CET) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org In-Reply-To: <878ugops85.fsf@gnu.org> (Tassilo Horn's message of "Tue, 27 Jan 2015 09:01:30 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85585 Archived-At: Tassilo Horn writes: >> But the article count isn't updating, either, so something isn't >> working the way it should. >> >> I Gcc'd to the Test group, and my *imap log* buffer says: >> >> 18:26:59 [hermes.netfonds.no] 2741 SELECT "Test". >> 18:27:00 [hermes.netfonds.no] 2742 APPEND "Test" {422}. >> 18:27:00 [hermes.netfonds.no] 2743 EXAMINE "Test" (QRESYNC (1286911992 20)). >> >> Which is the right thing, I think. What does yours say? > > I'm testing now with this very mail which is gcc-ed to my > "nnimap+Fastmail:INBOX.Sent Items" group and to my local > nnml+archive:sent-mails group. I'll report back in a minute. That's what I got: 09:01:32 [mail.messagingengine.com] 1429 SELECT "INBOX.Sent Items" 09:01:32 [mail.messagingengine.com] 1430 APPEND "INBOX.Sent Items" {1953} 09:01:32 [mail.messagingengine.com] 1431 EXAMINE "INBOX.Sent Items" (QRESYNC (1103381936 206930)) 09:01:32 [mail.messagingengine.com] 1432 SELECT "INBOX.Sent Items" 09:01:32 [mail.messagingengine.com] 1433 UID STORE 1:2385 +FLAGS.SILENT (\Seen) And now after exiting the summary, my group line shows 19739: nnimap+Fastmail:INBOX.mailinglists.ding where 2 or 3 is actually the right unread count. And this time, `g' or `M-g' don't fix the unread count anymore. I think the only difference between this time and previous times where `g'/`M-g' fixed the problem is that this time I exited the group with `q' and still two or three articles were unread. Before, I always caught up with `c' to exist the group so the unread cound was zero. Bye, Tassilo