aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-02 03:39:33 +0000
committerKatsumi Yamaoka2010-09-02 03:39:33 +0000
commit954c8060bdcbff5963610acfec01e4289c063b34 (patch)
tree0dd4dd5d4d5b9d5561078609e9c6de0d69818782
parenta1347097f9d8720aab81a17f8e1ea10178139860 (diff)
downloademacs-954c8060bdcbff5963610acfec01e4289c063b34.tar.gz
emacs-954c8060bdcbff5963610acfec01e4289c063b34.zip
gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-agent.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 53fb4bfc4ce..7f4390b7f42 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,10 @@
12010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-agent.el (gnus-agent-short-article),
4 (gnus-agent-long-article): Increase values for these two variables,
5 since most people are likely to have more network connection and
6 storage than before.
7
3 * gnus.el (gnus-refer-article-method): Change default to 'current. 8 * gnus.el (gnus-refer-article-method): Change default to 'current.
4 When referring an article, the common behaviour is to refer it from the 9 When referring an article, the common behaviour is to refer it from the
5 current select method, not the native select method. The chances of 10 current select method, not the native select method. The chances of
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index 71ebfb59aff..fdfb0f1044a 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/gnus-agent.el
@@ -2644,10 +2644,10 @@ General format specifiers can also be used. See Info node
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