* modb-standard.el (modb-standard-economize-entity-size): Changed
authorteranisi <teranisi>
Sun, 12 Dec 2004 08:13:27 +0000 (08:13 +0000)
committerteranisi <teranisi>
Sun, 12 Dec 2004 08:13:27 +0000 (08:13 +0000)
default value to `t'.

* elmo-vars.el (elmo-msgdb-default-type): Changed default value to
`standard'.

elmo/ChangeLog
elmo/elmo-vars.el
elmo/modb-standard.el

index dbe47ca..db9d1c1 100644 (file)
@@ -1,5 +1,11 @@
 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * 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.
 
index 88d36b4..2893d81 100644 (file)
@@ -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))
index 42d1590..30fc9a2 100644 (file)
@@ -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