From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86016 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH 0/2] two minor fixes for new/empty nnimap group handling Date: Wed, 01 Jul 2015 14:23:55 +0200 Organization: m Message-ID: <87k2ukxe04.fsf@nemi.mork.no> References: <1435750676-710-1-git-send-email-bjorn@mork.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1435753482 29949 80.91.229.3 (1 Jul 2015 12:24:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2015 12:24:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34251@lists.math.uh.edu Wed Jul 01 14:24:29 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZAH3y-0006xm-R8 for ding-account@gmane.org; Wed, 01 Jul 2015 14:24:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1ZAH3h-0001o7-81; Wed, 01 Jul 2015 07:24:09 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZAH3e-0001nr-PL for ding@lists.math.uh.edu; Wed, 01 Jul 2015 07:24:06 -0500 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 1ZAH3d-0003Ri-K9 for ding@lists.math.uh.edu; Wed, 01 Jul 2015 07:24:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZAH3b-000579-AT for ding@gnus.org; Wed, 01 Jul 2015 14:24:03 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZAH3Z-0006l5-Ea for ding@gnus.org; Wed, 01 Jul 2015 14:24:01 +0200 Original-Received: from 193.160.199.26 ([193.160.199.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jul 2015 14:24:01 +0200 Original-Received: from bjorn by 193.160.199.26 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jul 2015 14:24:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.160.199.26 User-Agent: Gnus/5.130013 (Ma Gnus v0.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:jT4FpWiaT/wQu2IWmC4tHRe8d58= X-Spam-Score: -0.3 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86016 Archived-At: Alan Schmitt writes: > On 2015-07-01 13:37, Bjørn Mork writes: > >> The recent nnimap speedups introduced a couple of regressions wrt >> new and empty nnimap groups. This prevents Gnus from creating new >> IMAP groups. > > Is this related to this: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20197 ? Yes, that looks like the same issue. I should have googled before digging into this... Your report would have helped if I just had gone looking for it. > If so, thank you very much! I had to go back to the gnus bundled with > emacs because of these bugs. Did the patches resolve your problem? Bjørn