comparison lisp/gnus/message.el @ 110027:9604de1a8d28

Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-dribble-read-file): Ensure that the directory where the dribbel file lives exists. * 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.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 30 Aug 2010 06:25:05 +0000
parents fa10effce8f8
children 459fd421257a
comparison
equal deleted inserted replaced
110026:478f066057b8 110027:9604de1a8d28
1618 "*Coding system to compose mail. 1618 "*Coding system to compose mail.
1619 If you'd like to make it possible to share draft files between XEmacs 1619 If you'd like to make it possible to share draft files between XEmacs
1620 and Emacs, you may use `iso-2022-7bit' for this value at your own risk. 1620 and Emacs, you may use `iso-2022-7bit' for this value at your own risk.
1621 Note that the coding-system `iso-2022-7bit' isn't suitable to all data.") 1621 Note that the coding-system `iso-2022-7bit' isn't suitable to all data.")
1622 1622
1623 (defcustom message-send-mail-partially-limit 1000000 1623 (defcustom message-send-mail-partially-limit nil
1624 "The limitation of messages sent as message/partial. 1624 "The limitation of messages sent as message/partial.
1625 The lower bound of message size in characters, beyond which the message 1625 The lower bound of message size in characters, beyond which the message
1626 should be sent in several parts. If it is nil, the size is unlimited." 1626 should be sent in several parts. If it is nil, the size is unlimited."
1627 :version "21.1" 1627 :version "21.1"
1628 :group 'message-buffers 1628 :group 'message-buffers