From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32365 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: patch: support '/' in group shortening Date: 08 Sep 2000 21:12:02 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168646 19297 80.91.224.250 (21 Oct 2002 02:50:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:46 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 1F4A7D051E for ; Fri, 8 Sep 2000 15:13:27 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAC08364; Fri, 8 Sep 2000 14:12:36 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Sep 2000 14:11:54 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA08649 for ; Fri, 8 Sep 2000 14:11:44 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.163.165.35]) by mailhost.sclp.com (Postfix) with ESMTP id 6E0F5D051E for ; Fri, 8 Sep 2000 15:12:08 -0400 (EDT) Original-Received: from barbar.josefsson.org (localhost [127.0.0.1]) by vic20.blipp.com (8.10.1/8.10.1) with ESMTP id e88JC7E29488; Fri, 8 Sep 2000 21:12:07 +0200 Original-To: dme@dme.org In-Reply-To: Mail-Copies-To: nobody Original-Lines: 7 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32365 dme@dme.org writes: > Our MS Exchange server uses '/' as a path separator (as opposed to > '.'). This patch attempts to make gnus-short-group-name guess which > is in use and flatten the name accordingly. Applied, thanks.