From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74410 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: recent nnimap LIST change broke Exchange 2003 Date: Fri, 26 Nov 2010 12:49:32 +0100 Organization: not if I can help it Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290772229 10336 80.91.229.12 (26 Nov 2010 11:50:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2010 11:50:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22774@lists.math.uh.edu Fri Nov 26 12:50:25 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PLwoq-0006VM-Ch for ding-account@gmane.org; Fri, 26 Nov 2010 12:50:24 +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 1PLwoS-0006XM-MQ; Fri, 26 Nov 2010 05:50:00 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PLwoR-0006XA-1W for ding@lists.math.uh.edu; Fri, 26 Nov 2010 05:49:59 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PLwoM-0005BS-KI for ding@lists.math.uh.edu; Fri, 26 Nov 2010 05:49:58 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PLwoL-0007to-00 for ; Fri, 26 Nov 2010 12:49:53 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PLwoI-0006BE-Ge for ding@gnus.org; Fri, 26 Nov 2010 12:49:50 +0100 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 12:49:50 +0100 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Nov 2010 12:49:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:gOv3B2rCSm4oH+fIOrGEpmaQtGc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74410 Archived-At: Lars Magne Ingebrigtsen writes: > Robert Pluim writes: > >> It looks like you're expecting `read' to return a string, and it >> isn't. I had a look at the output of the LIST command, and it looks ok, >> except that the groupnames are not in double quotes, except when they >> contain a space. > > Ah. All my test servers seemed to return "group" names, so I assumed > that was the standard. > > I've applied a quick-and-dirty fix to git Gnus. Does it fix the problem? Yes. My local hack used `symbol-name', but yours is perhaps cleaner :) Cheers Robert