Mercurial > emacs
diff lisp/gnus/message.el @ 110139:53415017c4cc
message.el (message-generate-new-buffers): Change default to `unsent'; gnus-sum.el (gnus-summary-goto-unread, gnus-single-article-buffer): Change default to nil.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 02 Sep 2010 03:27:17 +0000 |
parents | 5b9f64b04a04 |
children | a2439ed30c52 |
line wrap: on
line diff
--- a/lisp/gnus/message.el Thu Sep 02 11:00:18 2010 +0900 +++ b/lisp/gnus/message.el Thu Sep 02 03:27:17 2010 +0000 @@ -464,7 +464,7 @@ :link '(custom-manual "(message)Sending Variables") :type 'boolean) -(defcustom message-generate-new-buffers 'unique +(defcustom message-generate-new-buffers 'unsent "*Say whether to create a new message buffer to compose a message. Valid values include: @@ -487,6 +487,7 @@ If this is a function, call that function with three parameters: The type, the To address and the group name (any of these may be nil). The function should return the new buffer name." + :version "24.1" :group 'message-buffers :link '(custom-manual "(message)Message Buffers") :type '(choice (const nil)