* elmo-vars.el (elmo-msgdb-default-type): Remove generic from the range.
authoryoichi <yoichi>
Sun, 7 Mar 2004 23:46:34 +0000 (23:46 +0000)
committeryoichi <yoichi>
Sun, 7 Mar 2004 23:46:34 +0000 (23:46 +0000)
elmo/ChangeLog
elmo/elmo-vars.el

index d97d9a2..91d800c 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
+       range.
+
 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
index e80d9cb..b6f509d 100644 (file)
@@ -62,8 +62,7 @@
 (defcustom elmo-msgdb-default-type 'legacy
   "*Default type of Message Database for ELMO."
   :type '(radio (const legacy)
-               (const standard)
-               (const :tag "No use" generic))
+               (const standard))
   :group 'elmo
   :group 'elmo-setting)