.emacs-my
changeset 782 03aa367920e6
parent 781 c0b65744479e
child 783 f2d86933e2b5
equal deleted inserted replaced
781:c0b65744479e 782:03aa367920e6
  1233     (signature-file "~/.signature")
  1233     (signature-file "~/.signature")
  1234     )
  1234     )
  1235    ))
  1235    ))
  1236 
  1236 
  1237 (setq gnus-article-time-format "%Y-%m-%d %T%z %a")
  1237 (setq gnus-article-time-format "%Y-%m-%d %T%z %a")
  1238 (defun my-gnus-open-article-hook ()
  1238 (setq gnus-article-date-headers '(combined-lapsed user-defined))
  1239   (gnus-article-date-user)
       
  1240   )
       
  1241 (add-hook 'gnus-article-prepare-hook 'my-gnus-open-article-hook)
       
  1242 
  1239 
  1243 ;; Scoring, adaptive score.
  1240 ;; Scoring, adaptive score.
  1244 (setq
  1241 (setq
  1245  gnus-show-threads t
  1242  gnus-show-threads t
  1246  gnus-thread-sort-functions 'gnus-thread-sort-by-total-score
  1243  gnus-thread-sort-functions 'gnus-thread-sort-by-total-score