comparison lisp/gnus/gnus-agent.el @ 110141:e6f89f34c02d

gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 03:39:33 +0000
parents 5b9f64b04a04
children b8559a372ac8
comparison
equal deleted inserted replaced
110140:a80e744f12ea 110141:e6f89f34c02d
2642 "The format specification for the category mode line.") 2642 "The format specification for the category mode line.")
2643 2643
2644 (defvar gnus-agent-predicate 'false 2644 (defvar gnus-agent-predicate 'false
2645 "The selection predicate used when no other source is available.") 2645 "The selection predicate used when no other source is available.")
2646 2646
2647 (defvar gnus-agent-short-article 100 2647 (defvar gnus-agent-short-article 500
2648 "Articles that have fewer lines than this are short.") 2648 "Articles that have fewer lines than this are short.")
2649 2649
2650 (defvar gnus-agent-long-article 200 2650 (defvar gnus-agent-long-article 1000
2651 "Articles that have more lines than this are long.") 2651 "Articles that have more lines than this are long.")
2652 2652
2653 (defvar gnus-agent-low-score 0 2653 (defvar gnus-agent-low-score 0
2654 "Articles that have a score lower than this have a low score.") 2654 "Articles that have a score lower than this have a low score.")
2655 2655