Decrease score only if I delete articles, not when read.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 24 Aug 2012 21:08:18 +0300
changeset 918 f7a88390ec90
parent 917 5fe5849d07a0
child 919 fcd73bc6b91c
Decrease score only if I delete articles, not when read.
.emacs-my
--- a/.emacs-my	Fri Aug 24 20:52:05 2012 +0300
+++ b/.emacs-my	Fri Aug 24 21:08:18 2012 +0300
@@ -1507,10 +1507,10 @@
         (gnus-unread-mark)
         (gnus-ticked-mark (subject 5))
         (gnus-dormant-mark (subject 50))
-        ;; (gnus-del-mark (from -5) (followup -5))
-        (gnus-read-mark (followup -50))
+        ;; (gnus-read-mark (followup -50))
+        ;; (gnus-catchup-mark (subject -50))
+        (gnus-del-mark (followup -50))
         (gnus-killed-mark (followup -50))
-        ;; (gnus-catchup-mark (subject -50))
         (gnus-kill-file-mark (from -9999))
         )
       )