Variable: nnmairix-group-prefix
nnmairix-group-prefix is a customizable variable defined in
nnmairix.el.gz.
Value
"zz_mairix"
Documentation
Prefix for mairix search groups on back end server.
nnmairix will create these groups automatically on the back end
server for each nnmairix search group. The name on the back end
server will be this prefix plus a random number. You can delete
unused nnmairix groups on the back end using
nnmairix-purge-old-groups.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defcustom nnmairix-group-prefix "zz_mairix"
"Prefix for mairix search groups on back end server.
nnmairix will create these groups automatically on the back end
server for each nnmairix search group. The name on the back end
server will be this prefix plus a random number. You can delete
unused nnmairix groups on the back end using
`nnmairix-purge-old-groups'."
:version "23.1"
:type 'string)