From ae08f2d01e4dc449cd43143296c3253551aebbb4 Mon Sep 17 00:00:00 2001 From: teranisi Date: Sun, 12 Dec 2004 08:13:27 +0000 Subject: [PATCH] * 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/ChangeLog | 6 ++++++ elmo/elmo-vars.el | 2 +- elmo/modb-standard.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 -- 1.7.10.4