]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve gnus thread matching of similar subjects
authorAndrew G Cohen <cohen@andy.bu.edu>
Sun, 23 Apr 2017 00:07:22 +0000 (08:07 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Sun, 23 Apr 2017 00:08:42 +0000 (08:08 +0800)
* lisp/gnus/gnus-sum.el (gnus-summary-limit-include-thread):
Use the more liberal gnus-general-simplify-subject regexp to
find thread articles with similar subjects.

lisp/gnus/gnus-sum.el

index ae13e7157d7aba97f9d53e444f0857b4a20cc3b5..f287bee202f150e90de764832b94625ec03cb424 100644 (file)
@@ -8583,7 +8583,7 @@ article."
        (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
       (gnus-summary-limit-include-matching-articles
        "subject"
-       (regexp-quote (gnus-simplify-subject-re
+       (regexp-quote (gnus-general-simplify-subject
                      (mail-header-subject (gnus-id-to-header id)))))
       (gnus-summary-position-point))))