From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65792 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Gnus can't handle maildir groups with a space in the group name Date: Tue, 27 Nov 2007 20:01:44 +0100 Message-ID: <877ik3o6lj.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196190178 15799 80.91.229.12 (27 Nov 2007 19:02:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2007 19:02:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14288@lists.math.uh.edu Tue Nov 27 20:03:06 2007 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.50) id 1Ix5i4-0000cR-I6 for ding-account@gmane.org; Tue, 27 Nov 2007 20:03:04 +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 1Ix5gx-0000wP-46; Tue, 27 Nov 2007 13:01:55 -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 1Ix5gv-0000wA-Ny for ding@lists.math.uh.edu; Tue, 27 Nov 2007 13:01:53 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Ix5gp-00061j-TO for ding@lists.math.uh.edu; Tue, 27 Nov 2007 13:01:53 -0600 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ix5gm-0007MV-00 for ; Tue, 27 Nov 2007 20:01:44 +0100 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 10D9F57EA0 for ; Tue, 27 Nov 2007 14:01:46 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 27 Nov 2007 14:01:46 -0500 X-Sasl-enc: GOJLkXsWeS7CSOhQqJJirguy0CGblXrXmuAWFBL6AFVD 1196190105 Original-Received: from baldur (dslb-084-063-056-098.pools.arcor-ip.net [84.63.56.98]) by mail.messagingengine.com (Postfix) with ESMTP id 63B022C06 for ; Tue, 27 Nov 2007 14:01:45 -0500 (EST) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65792 Archived-At: Hi all, I've switched from nnimap to OfflineIMAP, and it works quite nice. But there's one problem. Gnus doesn't see the (maildir) groups that contain a space in the group name, like INBOX.Junk Mail INBOX.Sent Items My config is as follows: (add-to-list 'gnus-secondary-select-methods '(nnmaildir "Fastmail" (directory "~/Mail/Fastmail"))) ~/Mail/Fastmail is where all nnmaildir groups reside. I think this is the right way to use it, right? Is there something I can do that gnus can see those two groups? (I know I can fiddle with OfflineIMAP and provide a customized group name to maildir folder translation somehow, but I don't see a reason why Gnus should fail with maildir groups with whitespaces.) Bye, Tassilo