]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/spam.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / gnus / spam.el
index 063ba28d6ebebe24f436cf4f6e7d1cfeb7dd8ec9..725017ca1160963cc521ca0e96bda7ef7e452e0f 100644 (file)
@@ -94,14 +94,14 @@ Note that setting the `spam-use-move' or `spam-use-copy' backends on
 a group through group/topic parameters overrides this mechanism."
   :type '(choice
           (const
-           'default
-           :tag "Move spam out of all groups and ham out of spam groups.")
+           :tag "Move spam out of all groups and ham out of spam groups"
+           default)
           (const
-           'move-all
-           :tag "Move spam out of all groups and ham out of all groups.")
+           :tag "Move spam out of all groups and ham out of all groups"
+           move-all)
           (const
-           'move-none
-           :tag "Never move spam or ham out of any groups."))
+           :tag "Never move spam or ham out of any groups"
+           move-none))
   :group 'spam)
 
 (defcustom spam-directory (nnheader-concat gnus-directory "spam/")