From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85699 Path: news.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: Unable to get all messages in an IMAP group Date: Tue, 03 Feb 2015 10:09:56 +0100 Message-ID: <87oapbe4yj.fsf@zoro.exoscale.ch> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422954675 26586 80.91.229.3 (3 Feb 2015 09:11:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 09:11:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33938@lists.math.uh.edu Tue Feb 03 10:11:11 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 1YIZVn-0006bW-Hx for ding-account@gmane.org; Tue, 03 Feb 2015 10:11:11 +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 1YIZUj-0003xS-QW; Tue, 03 Feb 2015 03:10:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YIZUi-0003xF-5Y for ding@lists.math.uh.edu; Tue, 03 Feb 2015 03:10:04 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YIZUf-0002Fu-Fu for ding@lists.math.uh.edu; Tue, 03 Feb 2015 03:10:03 -0600 Original-Received: from bart.luffy.cx ([78.47.78.131]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YIZUd-0000k7-6R for ding@gnus.org; Tue, 03 Feb 2015 10:09:59 +0100 Original-Received: from bart.luffy.cx (localhost [127.0.0.1]) by bart.luffy.cx (Postfix) with ESMTP id B91BD14528 for ; Tue, 3 Feb 2015 10:09:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=postfix; bh=ApmKZHfiG MJ5u9q1v8a6LFnSYPc=; b=sjKU0F9rbGOJPQccmBz9vTBcSkSYLY3L6Sce3ROaV P6w9Us6Q4Y859natV1QDB2Pyeea6yt7g5KlLHjnPMIuPRZxu//s3t0WpNgu1QQ+G 60J4W3hCSBETdKyyvU321a2/dCY+oF6LZu/AcWHRVLuhXAmN9IunflINIZWPrQUo Gg= DomainKey-Signature: a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=postfix; b=txP Xqw8ichu0ejO/4WMDZaT0ODCffTQvYgukmqppXRzxtZqR6JnaVikLcDJSxvaAj5G ZVTlZtFT7ACe8p60C6+m6rizh7EigxwwvfkOKPfyKQPULHAN7v/1ehE+xfnXpg4z gVTTyinmwlZ9be2a8gV742aBa05jlSvAu7KX43PQ= Original-Received: from zoro.exoscale.ch (unknown [194.88.192.200]) by bart.luffy.cx (Postfix) with ESMTPS id 75006141A8 for ; Tue, 3 Feb 2015 10:09:57 +0100 (CET) Original-Received: by zoro.exoscale.ch (Postfix, from userid 1000) id D5FDFE1B; Tue, 3 Feb 2015 10:09:56 +0100 (CET) In-Reply-To: (Steinar Bang's message of "Tue, 03 Feb 2015 09:05:23 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85699 Archived-At: =E2=9D=A6 3 f=C3=A9vrier 2015 09:05 +0100, Steinar Bang =C2=A0: >> Also, the content of .newsrc.eld may be inexact. I am synchronizing it >> across my hosts and I am using isync to replicate IMAP mailboxes (served >> locally by Dovecot). So, each host has its own view of the IMAP >> server. Usually, after a sync, M-g is enough to get Gnus and Dovecot >> agree again. > > What happens if you move your .newsrc.eld aside and create a new > .newsrc.eld for the nnimap groups? Does it work initially and then get > corrupted? Does it work initially and continue to work? I'll try tonight. On my laptop, there is no such problem (same newsrc.eld). It should be related to those out-of-sync UID. --=20 Take care to branch the right way on equality. - The Elements of Programming Style (Kernighan & Plauger)