Function: gnus-subscribe-zombies

gnus-subscribe-zombies is a byte-compiled function defined in gnus-start.el.gz.

Signature

(gnus-subscribe-zombies GROUP)

Documentation

Make the new GROUP into a zombie group.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defun gnus-subscribe-zombies (group)
  "Make the new GROUP into a zombie group."
  (cl-pushnew group gnus-zombie-list :test #'equal))