]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-change-subject): Really check whether the subject changed
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 7 Dec 2014 17:58:15 +0000 (18:58 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 7 Dec 2014 17:58:28 +0000 (18:58 +0100)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 09094184f12e50872ca641c2ab3e7505136757a6..2f0641f139c111924f92b9a42b160f7a522c84b3 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-change-subject): Really check whether the subject
+       changed.
+
 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
index c1322154f198994e407ece8b617d978cecaa89a6..d58a2922217dee9ae834447643f92f2871244e16 100644 (file)
@@ -2306,7 +2306,7 @@ Leading \"Re: \" is not stripped by this function.  Use the function
                   ((not (string-match
                          (concat "^[ \t]*"
                                  (regexp-quote new-subject)
-                                 " \t]*$")
+                                 "[ \t]*$")
                          old-subject))  ; yes, it really is a new subject
                    ;; delete eventual Re: prefix
                    (setq old-subject