emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102176: message.el (message-subject-


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102176: message.el (message-subject-trailing-was-query): Change default to t.
Date: Sun, 31 Oct 2010 22:49:28 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102176
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 22:49:28 +0000
message:
  message.el (message-subject-trailing-was-query): Change default to t.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/message.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-10-31 22:31:24 +0000
+++ b/lisp/gnus/ChangeLog       2010-10-31 22:49:28 +0000
@@ -1,5 +1,8 @@
 2010-10-31  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * message.el (message-subject-trailing-was-query): Change default to t,
+       since I think that's what most people want.
+
        * nnimap.el (nnimap-request-accept-article): Erase buffer before
        appending for easier debugging.
        (nnimap-wait-for-connection): Take a regexp.

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2010-10-24 22:32:38 +0000
+++ b/lisp/gnus/message.el      2010-10-31 22:49:28 +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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]