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
44d51d84
Commit
44d51d84
authored
Nov 09, 2010
by
Katsumi Yamaoka
Browse files
message.el (message-subject-trailing-was-regexp): Fix default value.
parent
1398b795
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/message.el
lisp/gnus/message.el
+2
-2
No files found.
lisp/gnus/ChangeLog
View file @
44d51d84
2010-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
* message.el (message-subject-trailing-was-regexp): Fix default value.
2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
...
...
lisp/gnus/message.el
View file @
44d51d84
...
...
@@ -337,14 +337,14 @@ It is okay to create some false positives here, as the user is asked."
:type
'regexp
)
(
defcustom
message-subject-trailing-was-regexp
"[ \t]*\\((*[Ww][Aa][Ss]
:
[ \t]*.*)\\)"
"[ \t]*\\((*[Ww][Aa][Ss][ \t]*.*)\\)"
"*Regexp matching \"(was: <old subject>)\" in the subject line.
If `message-subject-trailing-was-query' is set to t, the subject is
matched against `message-subject-trailing-was-regexp' in
`message-strip-subject-trailing-was'. You should use a regexp creating very
few false positives here."
:version "2
2
.1"
:version
"2
4
.1"
:group
'message-various
:link
'
(
custom-manual
"(message)Message Headers"
)
:type
'regexp
)
...
...
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