[gnus git] branch master updated: n0-17-168-g9f55017 =1= gnus.el (gnus-refer-article-method): Remove mention of nnspool, which no longer is much used.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9f55017919996a514cf052784b7ebccae5499030 (commit)
from 392690f0c83ff0697a48691ec4e81a4d91d7577c (commit)
- Log -----------------------------------------------------------------
commit 9f55017919996a514cf052784b7ebccae5499030
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jul 5 22:18:30 2011 +0000
gnus.el (gnus-refer-article-method): Remove mention of nnspool, which no longer is much used.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1085051..e338904 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-05 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
+ no longer is much used.
+
2011-04-03 Kan-Ru Chen <[email protected]>
* nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 93ee375..99a1914 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1422,10 +1422,6 @@ no need to set this variable."
(defcustom gnus-refer-article-method 'current
"Preferred method for fetching an article by Message-ID.
-If you are reading news from the local spool (with nnspool), fetching
-articles by Message-ID is painfully slow. By setting this method to an
-nntp method, you might get acceptable results.
-
The value of this variable must be a valid select method as discussed
in the documentation of `gnus-select-method'.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus.el | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project