From: teranisi Date: Sun, 12 Dec 2004 08:13:27 +0000 (+0000) Subject: * modb-standard.el (modb-standard-economize-entity-size): Changed X-Git-Tag: wl-2_12-root~6 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae08f2d01e4dc449cd43143296c3253551aebbb4;p=elisp%2Fwanderlust.git * modb-standard.el (modb-standard-economize-entity-size): Changed default value to `t'. * elmo-vars.el (elmo-msgdb-default-type): Changed default value to `standard'. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index dbe47ca..db9d1c1 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,11 @@ 2004-12-12 Yuuichi Teranishi + * modb-standard.el (modb-standard-economize-entity-size): Changed + default value to `t'. + + * elmo-vars.el (elmo-msgdb-default-type): Changed default value to + `standard'. + * elmo-imap4.el (elmo-network-initialize-session): Erase buffer after parsing greeting string. diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 88d36b4..2893d81 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -73,7 +73,7 @@ you have to add it to `elmo-digest-flags'. ;; Message Database -(defcustom elmo-msgdb-default-type 'legacy +(defcustom elmo-msgdb-default-type 'standard "*Default type of Message Database for ELMO." :type '(radio (const legacy) (const standard)) diff --git a/elmo/modb-standard.el b/elmo/modb-standard.el index 42d1590..30fc9a2 100644 --- a/elmo/modb-standard.el +++ b/elmo/modb-standard.el @@ -40,7 +40,7 @@ number) :group 'elmo) -(defcustom modb-standard-economize-entity-size nil +(defcustom modb-standard-economize-entity-size t "*Economize message entity size. When non-nil, redundunt message-id string are not saved." :type 'boolean