From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42964 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: setting gnus-simplify-subject-functions for a single group? Date: Thu, 07 Feb 2002 09:46:07 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87pu3hw88g.fsf@squeaker.lickey.com> References: <874rktjpl9.fsf@home.lan> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178132 14991 80.91.224.250 (21 Oct 2002 05:28:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:52 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 16594 invoked from network); 7 Feb 2002 16:48:24 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Feb 2002 16:48:24 -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 16YriU-0007SR-00; Thu, 07 Feb 2002 10:48:10 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Feb 2002 10:47:46 -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 KAA06407 for ; Thu, 7 Feb 2002 10:46:16 -0600 (CST) Original-Received: (qmail 16424 invoked by alias); 7 Feb 2002 16:46:13 -0000 Original-Received: (qmail 16419 invoked from network); 7 Feb 2002 16:46:13 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 7 Feb 2002 16:46:13 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 83EC0EE41; Thu, 7 Feb 2002 09:46:11 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 62F63BF6E; Thu, 7 Feb 2002 09:46:10 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id A5786BF49; Thu, 7 Feb 2002 09:46:08 -0700 (MST) Mail-Copies-To: never Original-To: Steinar Bang Mail-Followup-To: sb@dod.no, ding@gnus.org In-Reply-To: <874rktjpl9.fsf@home.lan> (Steinar Bang's message of "Thu, 07 Feb 2002 16:09:38 +0100") Original-Lines: 26 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42964 Steinar Bang writes: > Is it possible to set gnus-simplify-subject-functions for a single > group? Eg. in the Group Parameters of a group? I *think* you can set arbitrary variables in group parameters. The info docs probably have the details. > Does anyone have a quick little function for removing a group tag > from a subject, they'd like to share? (setq gnus-list-identifiers '("\\[CLUE-\\(Talk\\|Tech\\)\\]" "\\[ruby-talk:[0-9]+\\]" "\\[linux-elitists\\]" "\\[users\\]" "(keitai-l)" "\\[THTTPD\\]" "\\[Prcs-list\\]" "\\[fetchmail\\]" "\\[spamtools\\]" "\\[Bitkeeper-users\\]")) -- matt