diff lisp/gnus/message.el @ 111444:60f509c70b61

message.el (message-subject-trailing-was-regexp): Fix default value.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 09 Nov 2010 02:00:56 +0000
parents b75e6634a171
children 321fbae3e04d
line wrap: on
line diff
--- a/lisp/gnus/message.el	Mon Nov 08 15:01:01 2010 -0500
+++ b/lisp/gnus/message.el	Tue Nov 09 02:00:56 2010 +0000
@@ -337,14 +337,14 @@
   :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 "22.1"
+  :version "24.1"
   :group 'message-various
   :link '(custom-manual "(message)Message Headers")
   :type 'regexp)