From: teranisi Date: Sun, 12 Dec 2004 11:35:23 +0000 (+0000) Subject: * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to X-Git-Tag: wl-2_12-root~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=41b590709e48c0b5e5987c292cc6eea0c9649fe8;p=elisp%2Fwanderlust.git * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to `auto'. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index db9d1c1..8deb0dc 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,8 @@ 2004-12-12 Yuuichi Teranishi + * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to + `auto'. + * modb-standard.el (modb-standard-economize-entity-size): Changed default value to `t'. diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 2893d81..62945c3 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -80,7 +80,7 @@ you have to add it to `elmo-digest-flags'. :group 'elmo :group 'elmo-setting) -(defcustom elmo-msgdb-convert-type nil +(defcustom elmo-msgdb-convert-type 'auto "*MODB conversion type." :type '(radio (const sync) (const auto)