From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88433 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Igor Sosa Mayor Newsgroups: gmane.emacs.gnus.general Subject: Re: Help with gnus-simplify-subject-fuzzy-regexp Date: Thu, 07 Mar 2019 22:30:49 +0100 Message-ID: <871s3ifk3a.fsf@gmail.com> References: <87tvghf2yx.fsf@gmail.com> <87pnr5at3f.fsf@igel.home> <87h8cheyu4.fsf@gmail.com> <87imwwsedd.fsf@ucl.ac.uk> <87bm2ng78y.fsf@gmail.com> <87y35rk7of.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="115900"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36639@lists.math.uh.edu Thu Mar 07 22:32:02 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h20cO-000Tm2-Vv for ding-account@gmane.org; Thu, 07 Mar 2019 22:31:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1h20bi-0000Td-OV; Thu, 07 Mar 2019 15:31:14 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1h20be-0000Qs-37 for ding@lists.math.uh.edu; Thu, 07 Mar 2019 15:31:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1h20bc-00075P-KY for ding@lists.math.uh.edu; Thu, 07 Mar 2019 15:31:09 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h20bZ-0002CW-1W for ding@gnus.org; Thu, 07 Mar 2019 22:31:06 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h20bY-000Shr-6I for ding@gnus.org; Thu, 07 Mar 2019 22:31:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Operating-System: Archlinux Cancel-Lock: sha1:+7bcXGopQq6KEp3dgGY9lyAA13Q= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88433 Archived-At: Eric S Fraga writes: > On Wednesday, 6 Mar 2019 at 19:58, Igor Sosa Mayor wrote: >> Eric S Fraga writes: >>> You might try setting gnus-list-identifiers. >> in which sense? I think I will try with a gnus-user-format-function... > > Well, gnus-list-identifiers is a "Regexp that matches list identifiers > to be removed from subject." which I thought matched exactly what you > wanted? Yes, exactly. I will give it a try. Thanks!