X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-vars.el;h=62945c36bfb36ee911047b9cc33b6814f203d17d;hb=3498ab2a49b1048d1d8c1359afcabc6b06fe99b3;hp=88d36b49e22dc45ae707100fae56818306ac0b1c;hpb=5e7a63c75a4ac7e09d5e07319095400501e3bf2b;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 88d36b4..62945c3 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -73,14 +73,14 @@ 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)) :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)