Function: gnus-group-unsubscribe

gnus-group-unsubscribe is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-unsubscribe &optional N)

Documentation

Unsubscribe the current group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-unsubscribe (&optional n)
  "Unsubscribe the current group."
  (interactive "P" gnus-group-mode)
  (gnus-group-set-subscription-at-point n 'unsubscribe))