Function: nnmairix-group-toggle-allowfast-this-group

nnmairix-group-toggle-allowfast-this-group is an interactive and byte-compiled function defined in nnmairix.el.gz.

Signature

(nnmairix-group-toggle-allowfast-this-group &optional ALLOWFAST)

Documentation

Toggle fast entering for this group.

If ALLOWFAST is a positive number, set parameter to t. If ALLOWFAST is a negative number, set it to nil.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defun nnmairix-group-toggle-allowfast-this-group (&optional allowfast)
  "Toggle fast entering for this group.
If ALLOWFAST is a positive number, set parameter to t.
If ALLOWFAST is a negative number, set it to nil."
  (interactive)
  (nnmairix-group-toggle-parameter
   (gnus-group-group-name) 'allow-fast "Fast entering" allowfast))