From a3471237bc16b5f69407c8b04f6115836788cd7b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 7 Dec 2014 22:05:21 +0000 Subject: [PATCH] message.el (message-change-subject): Really check whether the subject changed --- lisp/ChangeLog | 5 +++++ lisp/message.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc76e4b05..5ea5e55f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-12-07 Lars Magne Ingebrigtsen + + * message.el (message-change-subject): Really check whether the subject + changed. + 2014-12-05 Lars Magne Ingebrigtsen * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for diff --git a/lisp/message.el b/lisp/message.el index 828dfdeb5..8fea926d5 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 -- 2.25.1