(gnus-install-group-spam-parameters): add the
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 23 Jul 2003 20:26:57 +0000 (20:26 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 23 Jul 2003 20:26:57 +0000 (20:26 +0000)
gnus-ticked-mark to the possible choices of ham marks

lisp/ChangeLog
lisp/gnus.el

index e998d3a..634e382 100644 (file)
@@ -1,5 +1,8 @@
 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
 
+       * gnus.el (gnus-install-group-spam-parameters): add the
+       gnus-ticked-mark to the possible choices of ham marks
+
        * spam.el (spam-process-ham-in-nonham-groups): new variable
        (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
 
index 8631511..7abf9d3 100644 (file)
@@ -1986,6 +1986,7 @@ mail groups, and only works in spam groups."
                          (set
                           (variable-item gnus-del-mark)
                           (variable-item gnus-read-mark)
+                          (variable-item gnus-ticked-mark)
                           (variable-item gnus-killed-mark)
                           (variable-item gnus-kill-file-mark)
                           (variable-item gnus-low-score-mark)))