Changes committed gnus/texi (ChangeLog gnus.texi)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Scoring On Other Headers): Fix typo. Rearrange. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.404 gnus/texi/ChangeLog:7.405 --- ChangeLog:7.404 Thu May 1 23:57:24 2008 +++ ChangeLog Thu May 15 22:06:06 2008 @@ -1,3 +1,7 @@ +2008-05-15 Reiner Steib <[email protected]> + + * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange. + 2008-05-01 Lars Magne Ingebrigtsen <[email protected]> * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11 @@ -6,6 +10,10 @@ * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks. (Various Summary Stuff): Fix typo in last xref. + +2008-04-13 Reiner Steib <[email protected]> + + * gnus.texi (Searching, nnir.el, nnmairix.el): New nodes. 2008-04-13 Reiner Steib <[email protected]> Index: gnus.texi diff -u gnus/texi/gnus.texi:7.286 gnus/texi/gnus.texi:7.287 --- gnus.texi:7.286 Thu May 1 23:57:24 2008 +++ gnus.texi Thu May 15 22:06:06 2008 @@ -21431,7 +21431,14 @@ that Gnus has to request every single article from the back end to find matches. This takes a long time in big groups. -Now, there's not much you can do about this for news groups, but for +@vindex gnus-inhibit-slow-scoring +You can inhibit this slow scoring on headers or body by setting the +variable @code{gnus-inhibit-slow-scoring}. If +@code{gnus-inhibit-slow-scoring} is regexp, slow scoring is inhibited if +the group matches the regexp. If it is t, slow scoring on it is +inhibited for all groups. + +Now, there's not much you can do about the slowness for news groups, but for mail groups, you have greater control. In @ref{To From Newsgroups}, it's explained in greater detail what this mechanism does, but here's a cookbook example for @code{nnml} on how to allow scoring on the @@ -21452,13 +21459,6 @@ so: @kbd{I e s p To RET <your name> RET}. See? Simple. - -@vindex gnus-inhibit-slow-scoring -You can inhibit scoring the slow scoring on headers or body by setting -the variable @code{gnus-inhibit-slow-scoring}. If -@code{gnus-inhibit-slow-scoring} is regexp, slow scoring is inhibited if -the group matches the regexp. If it is t, slow scoring on it is -inhibited for all groups. @node Scoring Tips