Group Score Commands Scoring Score File Format
gnus-use-scoring
|
If | ||||||
gnus-kill-killed
|
If this variable is | ||||||
gnus-kill-files-directory
|
All kill and score files will be stored in this directory, which is
initialized from the | ||||||
gnus-score-file-suffix
|
Suffix to add to the group name to arrive at the score file name
(` | ||||||
gnus-score-uncacheable-files
|
All score files are normally cached to avoid excessive re-loading of
score files. However, if this might make you Emacs grow big and
bloated, so this regexp can be used to weed out score files unlikely to be needed again. It would be a bad idea to deny caching of
` | ||||||
gnus-save-score
|
If you have really complicated score files, and do lots of batch
scoring, then you might set this variable to | ||||||
gnus-score-interactive-default-score
|
Score used by all the interactive raise/lower commands to raise/lower score with. Default is 1000, which may seem excessive, but this is to ensure that the adaptive scoring scheme gets enough room to play with. We don't want the small changes from the adaptive scoring to overwrite manually entered data. | ||||||
gnus-summary-default-score
|
Default score of an article, which is 0 by default. | ||||||
gnus-summary-expunge-below
|
Don't display the summary lines of articles that have scores lower than
this variable. This is | ||||||
gnus-score-over-mark
|
Mark (in the third column) used for articles with a score over the
default. Default is ` | ||||||
gnus-score-below-mark
|
Mark (in the third column) used for articles with a score below the
default. Default is ` | ||||||
gnus-score-find-score-files-function
|
Function used to find score files for the current group. This function is called with the name of the group as the argument. Predefined functions available are:
This variable can also be a list of functions. In that case, all these functions will be called, and all the returned lists of score files will be applied. These functions can also return lists of score alists directly. In that case, the functions that return these non-file score alists should probably be placed before the ``real'' score file functions, to ensure that the last score file returned is the local score file. Phu. | ||||||
gnus-score-expiry-days
|
This variable says how many days should pass before an unused score file
entry is expired. If this variable is | ||||||
gnus-update-score-entry-dates
|
If this variable is non- | ||||||
gnus-score-after-write-file-function
|
Function called with the name of the score file just written. | ||||||
gnus-score-thread-simplify
|
If this variable is non- |