.emacs-my
changeset 945 79c13b7327fa
parent 944 664e6f4c3dc8
child 946 c0ab115a12cc
--- a/.emacs-my	Mon Sep 24 19:45:13 2012 +0300
+++ b/.emacs-my	Mon Sep 24 19:58:13 2012 +0300
@@ -1545,18 +1545,18 @@
  gnus-thread-expunge-below -40)
 
 (setq gnus-use-adaptive-scoring t)
+;; I use 100 for replay to me and 200 for essential mails, and -50 for bad mails.
 (setq gnus-default-adaptive-score-alist
       '(
         (gnus-unread-mark)
-        (gnus-ticked-mark (subject 5))
-        (gnus-dormant-mark (subject 50))
+        (gnus-ticked-mark (followup 100))
+        (gnus-dormant-mark (followup 100))
         ;; (gnus-read-mark (followup -50))
         ;; (gnus-catchup-mark (subject -50))
         (gnus-del-mark (followup -50))
         (gnus-killed-mark (followup -50))
         (gnus-kill-file-mark (from -9999))
-        )
-      )
+        ))
 
 ;; Increase the score for followups to a sent article.
 (eval-after-load 'gnus-score