Gnus development mailing list
 help / color / mirror / Atom feed
* Proposed change of nnmail-remove-list-identifiers
@ 2004-04-25 17:28 Jonas Steverud
  2004-05-16 12:25 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Jonas Steverud @ 2004-04-25 17:28 UTC (permalink / 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  )




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-21  0:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-25 17:28 Proposed change of nnmail-remove-list-identifiers Jonas Steverud
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

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).