Function: gnus-summary-respool-trace

gnus-summary-respool-trace is an interactive and byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-respool-trace)

Documentation

Trace where the respool algorithm would put this article.

Display a buffer showing all fancy splitting patterns which matched.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-respool-trace ()
  "Trace where the respool algorithm would put this article.
Display a buffer showing all fancy splitting patterns which matched."
  (interactive nil gnus-summary-mode)
  (gnus-summary-respool-query nil t))