From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88689 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-get-groups: %NoSelect vs. %Noselect Date: Mon, 22 Jul 2019 10:58:43 -0700 Message-ID: <87v9vu6je4.fsf@ericabrahamsen.net> References: <875zo14cuo.fsf@dick.i-did-not-set--mail-host-address--so-tickle-me> <87o91r2kyn.fsf@ericabrahamsen.net> <87woge6suz.fsf@mouse.gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94358"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M36893@lists.math.uh.edu Mon Jul 22 19:59:04 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hpcaW-000ORD-5o for ding-account@gmane.org; Mon, 22 Jul 2019 19:59:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1hpcaS-0007xd-1D; Mon, 22 Jul 2019 12:59:00 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hpcaN-0007ut-D9 for ding@lists.math.uh.edu; Mon, 22 Jul 2019 12:58:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hpcaM-00010u-1m for ding@lists.math.uh.edu; Mon, 22 Jul 2019 12:58:55 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hpcaI-0000P2-Bs; Mon, 22 Jul 2019 19:58:52 +0200 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 09FF8FA023; Mon, 22 Jul 2019 17:58:44 +0000 (UTC) In-Reply-To: <87woge6suz.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Fri, 19 Jul 2019 15:45:08 +0200") List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88689 Archived-At: On 07/19/19 15:45 PM, Lars Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> dick writes: >> >>> Dovecot capitalizes the no-select flag as "%Noselect" when nnimap-get-groups >>> expects "%NoSelect". My internal fix was to lowercase-normalize all the >>> flags and then match on "%noselect". >> >> Looks like the RFCs also have %Noselect, so I expect we're just doing it >> wrong here. I never noticed as all my Noselect groups don't actually >> exist (they only hold children), so they were getting filtered out >> later. >> >> Does anyone know of any servers that use %NoSelect? Looks like this >> should be a straight fix, otherwise. > > Yup. I have no recollection of \NoSelect, and the server I was using > for testing at that time was Dovecot... is it possible that they > released a version that had \NoSelect at some point? > > But it's probably just a typo on my part. I'm just going to switch this to %Noselect, I think. I'll keep an eye on bug reports, and we can switch to a check for both, if necessary.