diff lisp/gnus/message.el @ 111273:43d891f84e91

message.el (message-subject-trailing-was-query): Change default to t.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 31 Oct 2010 22:49:28 +0000
parents d1079095427d
children 733acab855e4
line wrap: on
line diff
--- a/lisp/gnus/message.el	Sun Oct 31 15:47:12 2010 -0700
+++ b/lisp/gnus/message.el	Sun Oct 31 22:49:28 2010 +0000
@@ -306,7 +306,7 @@
 
 ;;; Start of variables adopted from `message-utils.el'.
 
-(defcustom message-subject-trailing-was-query 'ask
+(defcustom message-subject-trailing-was-query t
   "*What to do with trailing \"(was: <old subject>)\" in subject lines.
 If nil, leave the subject unchanged.  If it is the symbol `ask', query
 the user what do do.  In this case, the subject is matched against
@@ -314,7 +314,7 @@
 `message-subject-trailing-was-query' is t, always strip the trailing
 old subject.  In this case, `message-subject-trailing-was-regexp' is
 used."
-  :version "22.1"
+  :version "24.1"
   :type '(choice (const :tag "never" nil)
 		 (const :tag "always strip" t)
 		 (const ask))