(spam-move-spam-nonspam-groups-only): dumb typo fix
authorTeodor Zlatanov <tzz@lifelogs.com>
Sat, 19 Apr 2003 20:39:04 +0000 (20:39 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Sat, 19 Apr 2003 20:39:04 +0000 (20:39 +0000)
lisp/ChangeLog
lisp/spam.el

index 593849c..ab301fa 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
+
 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-split): allow a particular check as a parameter,
index 602e696..b6e25db 100644 (file)
@@ -75,7 +75,7 @@
 When nil, only ham and unclassified groups will have their spam moved
 to the spam-process-destination.  When t, spam will also be moved from
 spam groups."
-  :type 'repeat (choice
+  :type 'boolean
   :group 'spam)
 
 (defcustom spam-mark-only-unseen-as-spam t