From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42974 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: setting gnus-simplify-subject-functions for a single group? Date: Thu, 07 Feb 2002 20:55:04 +0100 Organization: Denizens of Doom, Norway Chapter Sender: owner-ding@hpc.uh.edu Message-ID: <87pu3hcbjb.fsf@bang.priv.no> References: <874rktjpl9.fsf@home.lan> <2nheote0jk.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178140 15031 80.91.224.250 (21 Oct 2002 05:29:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:29:00 +0000 (UTC) Return-Path: Original-Received: (qmail 21889 invoked from network); 7 Feb 2002 19:58:01 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Feb 2002 19:58:01 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16YufY-0000fZ-00; Thu, 07 Feb 2002 13:57:20 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Feb 2002 13:56:55 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA07248 for ; Thu, 7 Feb 2002 13:55:24 -0600 (CST) Original-Received: (qmail 21823 invoked by alias); 7 Feb 2002 19:55:21 -0000 Original-Received: (qmail 21818 invoked from network); 7 Feb 2002 19:55:20 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 7 Feb 2002 19:55:20 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16Yulc-00081z-00 for ; Thu, 07 Feb 2002 21:03:36 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: c96s55h3.upc.chello.no Original-X-Trace: quimby2.netfonds.no 1013112216 30874 213.46.211.96 (7 Feb 2002 20:03:36 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 7 Feb 2002 20:03:36 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-debian-linux-gnu) Cancel-Lock: sha1:LCIFRFCMQIqqLsYZ15MUPi/10F0= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42974 >>>>> ShengHuo ZHU : > Steinar Bang writes: >> Is it possible to set gnus-simplify-subject-functions for a single >> group? Eg. in the Group Parameters of a group? >> Does anyone have a quick little function for removing a group tag from >> a subject, they'd like to share? > How about using gnus-list-identifiers to remove group tags? That was indeed the trick. Putting (gnus-list-identifiers "DOCBOOK-APPS:") in the group parameters of nntp+news.gnus.org:gmane.text.docbook.apps was enough to remove the tags of that group, while at the same time not setting the value globally. Thanx for all replies!