From: yoichi Date: Sun, 10 Oct 2004 17:14:28 +0000 (+0000) Subject: * wl-vars.el (wl-mime-charset): Change default value for XEmacs X-Git-Tag: wl-2_12-root~61 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f0e4d91fd7877583aed4960558f64eeaaaf65240;p=elisp%2Fwanderlust.git * wl-vars.el (wl-mime-charset): Change default value for XEmacs without mule to iso-8859-1. (wl-draft-add-in-reply-to): Add note in description. (wl-draft-add-references): Ditto. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 053f8ef..b47d5a2 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,10 @@ +2004-10-10 Yoichi NAKAYAMA + + * wl-vars.el (wl-mime-charset): Change default value for XEmacs + without mule to iso-8859-1. + (wl-draft-add-in-reply-to): Add note in description. + (wl-draft-add-references): Ditto. + 2004-10-10 Yuuichi Teranishi * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 7fc69a9..59da329 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -526,13 +526,15 @@ If nil, `wl-from' is used." (defcustom wl-draft-add-in-reply-to t "*If non-nil, message-id of the cited message is inserted to the -in-reply-to field of the current draft." +in-reply-to field of the current draft. +Note: default value follows RFC2822." :type 'boolean :group 'wl) (defcustom wl-draft-add-references nil "*If non-nil, message-id of the cited message is inserted to the -references field of the current draft." +references field of the current draft. +Note: default value follows RFC2822." :type 'boolean :group 'wl) @@ -1906,7 +1908,7 @@ with wl-highlight-folder-many-face." (string :tag "Other")) :group 'wl-summary) -(defcustom wl-mime-charset 'x-ctext +(defcustom wl-mime-charset (if wl-on-mule 'x-ctext 'iso-8859-1) "*MIME Charset for summary and message." :type 'symbol :group 'wl-summary