Function: rnews:summ-msg-to

rnews:summ-msg-to is a byte-compiled function defined in hgnus.el.

Signature

(rnews:summ-msg-to)

Documentation

Displays news message associated with current summary header.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hgnus.el
(defun rnews:summ-msg-to ()
  "Displays news message associated with current summary header."
  (let ((article (gnus-summary-article-number)))
    (if (or (null gnus-current-article)
	    (/= article gnus-current-article))
	;; Selected subject is different from current article's.
	(gnus-summary-display-article article))))