From 0aa80db621c18745e9b2832ed54b132382e8eb81 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 30 Aug 2010 00:14:43 +0200 Subject: [PATCH] Change the default of message-send-mail-partially-limit to nil, since almost nobody wants split messages. --- lisp/ChangeLog | 3 +++ lisp/message.el | 2 +- texi/message.texi | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b58b5bd69..6a7e647eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-08-29 Lars Magne Ingebrigtsen + * message.el (message-send-mail-partially-limit): Change the default to + nil, since most people don't want this. + * mm-url.el (mm-url-decode-entities): Also decode entities like ㈒. diff --git a/lisp/message.el b/lisp/message.el index 70c83fcef..e27694dd5 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1593,7 +1593,7 @@ If you'd like to make it possible to share draft files between XEmacs and Emacs, you may use `iso-2022-7bit' for this value at your own risk. Note that the coding-system `iso-2022-7bit' isn't suitable to all data.") -(defcustom message-send-mail-partially-limit 1000000 +(defcustom message-send-mail-partially-limit nil "The limitation of messages sent as message/partial. The lower bound of message size in characters, beyond which the message should be sent in several parts. If it is nil, the size is unlimited." diff --git a/texi/message.texi b/texi/message.texi index 7b98b98df..a86a5a8bb 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1645,7 +1645,8 @@ the problem will actually occur. @cindex split large message The limitation of messages sent as message/partial. The lower bound of message size in characters, beyond which the message should be sent -in several parts. If it is @code{nil}, the size is unlimited. +in several parts. If it is @code{nil} (which is the default), the +size is unlimited. @end table -- 2.25.1