Change the default of message-send-mail-partially-limit to nil, since
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 22:14:43 +0000 (00:14 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 22:14:43 +0000 (00:14 +0200)
almost nobody wants split messages.

lisp/ChangeLog
lisp/message.el
texi/message.texi

index b58b5bd..6a7e647 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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
        &#x3212.
 
        * mm-url.el (mm-url-decode-entities): Also decode entities like
        &#x3212.
 
index 70c83fc..e27694d 100644 (file)
@@ -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.")
 
 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."
   "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."
index 7b98b98..a86a5a8 100644 (file)
@@ -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
 @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
 
 
 @end table