emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6df3eea 1/4: Improve gnus thread matching of simila


From: Andrew G Cohen
Subject: [Emacs-diffs] master 6df3eea 1/4: Improve gnus thread matching of similar subjects
Date: Sat, 22 Apr 2017 21:15:52 -0400 (EDT)

branch: master
commit 6df3eea9380f3684475e205a680804f3ff355402
Author: Andrew G Cohen <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Improve gnus thread matching of similar subjects
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index ae13e71..f287bee 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]