Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
58333467
Commit
58333467
authored
May 16, 2008
by
Miles Bader
Browse files
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1165
parent
d9ed262d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
9 deletions
+21
-9
doc/misc/ChangeLog
doc/misc/ChangeLog
+8
-0
doc/misc/gnus.texi
doc/misc/gnus.texi
+8
-8
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/message.el
lisp/gnus/message.el
+0
-1
No files found.
doc/misc/ChangeLog
View file @
58333467
2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
* ses.texi (Acknowledgements): Add Shigeru Fukaya.
...
...
@@ -28,6 +32,10 @@
* org.texi: Massive changes, in many parts of the file.
2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Searching, nnir.el, nnmairix.el): New nodes.
2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Oort Gnus): Add message-fill-column.
...
...
doc/misc/gnus.texi
View file @
58333467
...
...
@@ -21431,7 +21431,14 @@ other headers requires writing a @code{head} scoring rule, which means
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
...
...
@@ -21453,13 +21460,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
@section Scoring Tips
lisp/gnus/ChangeLog
View file @
58333467
2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
* message.el (message-cite-function): Remove bogus autoload which crept
in during merge from v5-10.
2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
* nnimap.el (nnimap-open-connection): Fix login/password bug.
...
...
lisp/gnus/message.el
View file @
58333467
...
...
@@ -1016,7 +1016,6 @@ Used by `message-yank-original' via `message-yank-cite'."
:link
'
(
custom-manual
"(message)Insertion Variables"
)
:type
'integer
)
;;;###autoload
(
defcustom
message-cite-function
'message-cite-original-without-signature
"*Function for citing an original message.
Predefined functions include `message-cite-original' and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment