From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83466 Path: news.gmane.org!not-for-mail From: keramida@ceid.upatras.gr (Giorgos Keramidas) Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Emacs trunk and Gnus master are fully sync'd now Date: Tue, 02 Jul 2013 18:52:40 +0200 Message-ID: <67um8rzju4ykdj.fsf@saturn.laptop> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372783992 9644 80.91.229.3 (2 Jul 2013 16:53:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2013 16:53:12 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 02 18:53:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uu3pH-0006DB-EC for ged-emacs-devel@m.gmane.org; Tue, 02 Jul 2013 18:53:11 +0200 Original-Received: from localhost ([::1]:50283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu3pH-0005eV-51 for ged-emacs-devel@m.gmane.org; Tue, 02 Jul 2013 12:53:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu3pE-0005eN-1s for emacs-devel@gnu.org; Tue, 02 Jul 2013 12:53:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu3pC-0005zc-FM for emacs-devel@gnu.org; Tue, 02 Jul 2013 12:53:08 -0400 Original-Received: from tux-cave.hellug.gr ([195.134.99.74]:55969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu3pC-0005y2-4F for emacs-devel@gnu.org; Tue, 02 Jul 2013 12:53:06 -0400 X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: r62GqlPU016928 Original-Received: from giorgos.local.local (217-162-217-29.dynamic.hispeed.ch [217.162.217.29]) (authenticated bits=0) by tux-cave.hellug.gr (8.14.4/8.14.4/Debian-4) with ESMTP id r62GqlPU016928 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 2 Jul 2013 19:52:55 +0300 In-Reply-To: (Katsumi Yamaoka's message of "Tue, 02 Jul 2013 19:40:09 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.134.99.74 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161447 gmane.emacs.gnus.general:83466 Archived-At: On Tue, 02 Jul 2013 19:40:09 +0900, Katsumi Yamaoka wrote: > Hi, > I've merged to the Emacs Bzr trunk the changes that were made in > the Gnus Git master but haven't yet been merged since February 2012. > The changes are for mainly the nnimap functions. There might be > some unresolved problems; but it is the very reason to open to > many testers and developers. I heard it works fine more or less > (I'm not an IMAP user). If you meet with a problem, take a look > at the past discussions in the ding list and try to improve it. One of the differences I see with the latest version of Gnus is that accessing Gmail over imap+tls now downloads a lot more data for the groups: % nnimap read 0k from imap.gmail.com (initial sync of 129 groups; please wait) % nnimap read 27k from imap.gmail.com (initial sync of 129 groups; please wait) % nnimap read 123k from imap.gmail.com (initial sync of 129 groups; please wait) % [...] % nnimap read 21163k from imap.gmail.com (initial sync of 129 groups; please wait) % nnimap read 21243k from imap.gmail.com (initial sync of 129 groups; please wait) % nnimap read 21272k from imap.gmail.com (initial sync of 129 groups; please wait) [3 times] The next time I start Gnus it tries to do an 'initial sync of 129 groups' all over again, and this delays startup time a lot. This may be an artifact of my local configuration. I'll try to clean it up and post a copy here.