Gnus development mailing list
 help / color / mirror / Atom feed
From: Jonas Steverud <tvrud@bredband.net>
Subject: Proposed change of nnmail-remove-list-identifiers
Date: Sun, 25 Apr 2004 19:28:12 +0200	[thread overview]
Message-ID: <m2brlgm0gj.fsf@c-a75372d5.036-4-67626721.cust.bredbandsbolaget.se> (raw)


The function nnmail-remove-list-identifiers currently check for the
existence of Re: in the subject, but as we know many mail programs
adds a lot of strange things instead of Re:.

WIBNI nnmail-remove-list-identifiers did the tests

-(concat "^Subject: +\\(R[Ee]: +\\)*\\(" regexp " *\\)")
+(concat "^Subject: +\\(" gnus-subject-re-regexp  " +\\)*\\(" regexp " *\\)")

and

-(re-search-forward "^Subject: +\\(\\(R[Ee]: +\\)+\\)R[Ee]: +"
+(re-search-forward (concat "^Subject: +\\(\\(" gnus-subject-re-regexp
+                           "+\\)+\\)" gnus-subject-re-regexp " +")

respectively?

Where gnus-subject-re-regexp is similar to message-subject-re-regexp
(I could not find such a variable, replace with whatever appropriate).

-- 
(        http://hem.bredband.net/steverud/        !     Wei Wu Wei     )
(        Meaning of U2 Lyrics, Roleplaying        !  To Do Without Do  )




             reply	other threads:[~2004-04-25 17:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-25 17:28 Jonas Steverud [this message]
2004-05-16 12:25 ` Lars Magne Ingebrigtsen
2004-05-20  1:53   ` Jesper Harder
2004-05-20  2:43     ` Lars Magne Ingebrigtsen
2004-05-20  3:09       ` Jesper Harder
2004-05-20 16:50         ` Lars Magne Ingebrigtsen
2004-05-21  0:37           ` Russ Allbery

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=m2brlgm0gj.fsf@c-a75372d5.036-4-67626721.cust.bredbandsbolaget.se \
    --to=tvrud@bredband.net \
    /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).