Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Set gnus-simplify-subject-functions in group parameters?
Date: Mon, 27 Feb 2017 15:35:45 +0900	[thread overview]
Message-ID: <b4mwpccta2m.fsf@jpl.org> (raw)
In-Reply-To: <877f4ebknb.fsf@marauder.physik.uni-ulm.de>

Thanks a lot Andreas and Reiner.  So, Tim, what you want to use
would probably be `gnus-list-identifiers', I guess.  Note that
if it is a regexp, the one atutually used is:

(concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)")

cf. `gnus-summary-remove-list-identifiers'

You can use one of the following ways (all I confirmed):

;; Set it globally:
(setq gnus-list-identifiers "Wikipedia-Seite")

;; Set it per group (use `gnus-parameters'):
(add-to-list
 'gnus-parameters
 '("\\`nnxx:foo\\.bar\\'"
   (gnus-list-identifiers "Wikipedia-Seite")))

;; Set it per group (use the `G c' buffer):
[X] Identifier: [Value Menu] Regexp: Wikipedia-Seite
    If non-nil, specify how to remove ‘identifiers’ from articles’ subject. More



  reply	other threads:[~2017-02-27  6:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23 13:51 Tim Landscheidt
2017-02-24  1:29 ` Katsumi Yamaoka
2017-02-24 11:10   ` Andreas Schwab
2017-02-25 11:00   ` Reiner Steib
2017-02-27  6:35     ` Katsumi Yamaoka [this message]
2017-03-06  2:16     ` Tim Landscheidt
2017-03-06  2:31   ` Tim Landscheidt
2017-03-16 19:36     ` Tim Landscheidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mwpccta2m.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).