Function: org-gnus-no-new-news-other-frame
org-gnus-no-new-news-other-frame is a byte-compiled function defined
in ol-gnus.el.gz.
Signature
(org-gnus-no-new-news-other-frame)
Documentation
Like org-gnus-no-new-news but always in another frame.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol-gnus.el.gz
(defun org-gnus-no-new-news-other-frame ()
"Like `org-gnus-no-new-news' but always in another frame."
(org-gnus-no-new-news t))