Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
17ee1836
Commit
17ee1836
authored
Dec 07, 2014
by
Lars Magne Ingebrigtsen
Browse files
(message-change-subject): Really check whether the subject changed
parent
9dfa949c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/message.el
lisp/gnus/message.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
17ee1836
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
...
...
lisp/gnus/message.el
View file @
17ee1836
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment