[gnus git] branch master updated: m0-11-92-ga347123 =1= message.el (message-change-subject): Really check whether the subject changed

Katsumi <[email protected]> Sun, 07 Dec 2014 23:05:31 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  a3471237bc16b5f69407c8b04f6115836788cd7b (commit)
      from  f8b31759c961a813b9e3c9785cabb245c9e7ec7a (commit)


- Log -----------------------------------------------------------------
commit a3471237bc16b5f69407c8b04f6115836788cd7b
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Sun Dec 7 22:05:21 2014 +0000

    message.el (message-change-subject): Really check whether the subject changed

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc76e4b..5ea5e55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-07  Lars Magne Ingebrigtsen  <[email protected]>
+
+	* message.el (message-change-subject): Really check whether the subject
+	changed.
+
 2014-12-05  Lars Magne Ingebrigtsen  <[email protected]>
 
 	* mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
diff --git a/lisp/message.el b/lisp/message.el
index 828dfde..8fea926 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -2350,7 +2350,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

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog  |    5 +++++
 lisp/message.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project