4.3 Rule Maintenance

As time goes by, you may find your score file growing considerably in size & complexity. elfeed-score offers a few reporting functions for looking at the totality of your rules in a few ways:

elfeed-score-maint-display-rules-by-last-match(&optional: category)

Display all scoring rules in descending order of last match.

CATEGORY may be used to narrow the scope of rules displayed. If nil, display all rules. If one of the following symbols, display only that category of rules:

:title :feed :content :title-or-content :authors :tag :adjust-tags

Finally, CATEGORY may be a list of symbols in the preceding list, in which case the union of the corresponding rule categories will be displayed.

Command: elfeed-score-maint-display-rules-by-match-hits (&optional category)

Display all scoring rules in descending order of match hits.

CATEGORY may be used to narrow the scope of rules displayed. If nil, display all rules. If one of the following symbols, display only that category of rules:

:title :feed :content :title-or-content :authors :tag :adjust-tags

Finally, CATEGORY may be a list of symbols in the preceding list, in which case the union of the corresponding rule categories will be displayed.