Function: gnus-summary-prev-unread-same-subject

gnus-summary-prev-unread-same-subject is an interactive and byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-prev-unread-same-subject)

Documentation

Select previous unread article which has the same subject as current one.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-prev-unread-same-subject ()
  "Select previous unread article which has the same subject as current one."
  (interactive nil gnus-summary-mode)
  (gnus-summary-prev-article t (gnus-summary-article-subject)))