These variables are local to each summary buffer and usually set by the score
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 31 Mar 2013 19:12:55 +0300
changeset 1041 0b70ed39332f
parent 1040 6306a953b0a4
child 1042 b66fa2c46734
These variables are local to each summary buffer and usually set by the score file. So don't set them.
.emacs-my
--- a/.emacs-my	Sun Mar 31 19:10:25 2013 +0300
+++ b/.emacs-my	Sun Mar 31 19:12:55 2013 +0300
@@ -1649,11 +1649,10 @@
  gnus-score-decay-constant 3
  )
 
-(setq
- gnus-score-interactive-default-score 100
- gnus-summary-mark-below 0
- gnus-summary-expunge-below -50
- gnus-thread-expunge-below -50)
+(setq gnus-score-interactive-default-score 100)
+
+;; These variables are local to each summary buffer and usually set by the
+;; score file: gnus-summary-mark-below, gnus-summary-expunge-below, gnus-thread-expunge-below
 
 (setq gnus-use-adaptive-scoring t)
 ;; I use 100 for replay to me and 200 for essential mails, and -50 for bad mails.