# HG changeset patch # User Oleksandr Gavenko # Date 1320876896 -7200 # Node ID 63c56a8cf9f11784afef33ef944f24cd3df5cfaf # Parent eaabe3db15a502f083ef17f72488c3f30ef8f38c Remove duplication, move code above. diff -r eaabe3db15a5 -r 63c56a8cf9f1 .emacs-my --- a/.emacs-my Wed Nov 09 23:51:15 2011 +0200 +++ b/.emacs-my Thu Nov 10 00:14:56 2011 +0200 @@ -1362,6 +1362,12 @@ ;; (add-hook 'message-sent-hook 'gnus-score-followup-article) ;; (add-hook 'message-sent-hook 'gnus-score-followup-thread) +;; (setq gnus-home-score-file +;; ;; All groups that match the regexp `"\\.emacs"' +;; '(("\\.emacs" "emacs.SCORE") +;; ;; All the comp groups in one score file +;; ("^comp" "comp.SCORE"))) + ;; (setq imap-log t) ;; (setq mail-user-agent 'mh-e-user-agent) @@ -1369,15 +1375,6 @@ ;; `gnus-score-followup-thread' ;; `gnus-score-followup-article' - -;; (setq gnus-use-adaptive-scoring t) - -;; (setq gnus-home-score-file -;; ;; All groups that match the regexp `"\\.emacs"' -;; '(("\\.emacs" "emacs.SCORE") -;; ;; All the comp groups in one score file -;; ("^comp" "comp.SCORE"))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "bbdb")