2001-05-03 23:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 4 May 2001 03:54:08 +0000 (03:54 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 4 May 2001 03:54:08 +0000 (03:54 +0000)
* message.el (message-use-followup-to): Set default value to t.

lisp/ChangeLog
lisp/message.el

index dd501aa..c4e00be 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-use-followup-to): Set default value to t.
+
 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
 
        * message.el (message-dont-reply-to-names): Fix documentation.
index f6a423d..47a7af7 100644 (file)
@@ -401,7 +401,7 @@ and respond with new To and Cc headers."
   :group 'message-interface
   :type '(choice function (const nil)))
 
-(defcustom message-use-followup-to 'ask
+(defcustom message-use-followup-to t
   "*Specifies what to do with Followup-To header.
 If nil, always ignore the header.  If it is t, use its value, but
 query before using the \"poster\" value.  If it is the symbol `ask',
@@ -409,6 +409,7 @@ always query the user whether to use the value.  If it is the symbol
 `use', always use the value."
   :group 'message-interface
   :type '(choice (const :tag "ignore" nil)
+                (const :tag "use & query" t)
                 (const use)
                 (const ask)))