* elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
authorteranisi <teranisi>
Sun, 12 Dec 2004 11:35:23 +0000 (11:35 +0000)
committerteranisi <teranisi>
Sun, 12 Dec 2004 11:35:23 +0000 (11:35 +0000)
`auto'.

elmo/ChangeLog
elmo/elmo-vars.el

index db9d1c1..8deb0dc 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * 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'.
 
index 2893d81..62945c3 100644 (file)
@@ -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)