From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31460 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: moving mail from nnml -> nnimap Date: 19 Jun 2000 20:04:38 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86itv57obz.fsf@everest.overx.com> <86ya411vkd.fsf@everest.overx.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167867 14121 80.91.224.250 (21 Oct 2002 02:37:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:37:47 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id E4DD7D051F for ; Mon, 19 Jun 2000 14:05:19 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id NAC22440; Mon, 19 Jun 2000 13:04:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 19 Jun 2000 13:03:35 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA21441 for ; Mon, 19 Jun 2000 13:03:18 -0500 (CDT) Original-Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by mailhost.sclp.com (Postfix) with SMTP id D7129D051F for ; Mon, 19 Jun 2000 14:03:46 -0400 (EDT) Original-Received: (qmail 86667 invoked from network); 19 Jun 2000 18:03:32 -0000 Original-Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by karon.sto.dynas.se with SMTP; 19 Jun 2000 18:03:32 -0000 Original-Received: (qmail 27031 invoked from network); 19 Jun 2000 18:03:33 -0000 Original-Received: from unknown (HELO angelica.rsasecurity.com) (172.16.13.119) by spirit.dynas.se with SMTP; 19 Jun 2000 18:03:33 -0000 Original-To: dayton@overx.com In-Reply-To: Soren Dayton's message of "19 Jun 2000 11:31:46 -0500" Original-Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31460 Soren Dayton writes: > what do people do about the change is group hierarchy seperator? > Exchange uses "foo/bar" where gnus uses "foo.bar". I just have to do > the translation myself because Exchange is more promiscuous about > names than gnus? Is that the solution? > > I see that gnus doesn't support making groups with "/" in the names. > What have people done here? Used group names with `/' names in them anyway. :-) I patched my version of `gnus-read-group' to allow `/' in group names, and haven't noticed any problems. I guess there might be problems with backends other than nnimap, and that's the reasons for the limit in valid characters.