Variable: nnimap-use-namespaces
nnimap-use-namespaces is a variable defined in nnimap.el.gz.
Value
nil
Documentation
Whether to use IMAP namespaces.
If in Gnus your folder names in all start with (e.g.) INBOX,
you probably want to set this to t. The effects of this are
purely cosmetic, but changing this variable will affect the
names of your nnimap groups.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defvoo nnimap-use-namespaces nil
"Whether to use IMAP namespaces.
If in Gnus your folder names in all start with (e.g.) `INBOX',
you probably want to set this to t. The effects of this are
purely cosmetic, but changing this variable will affect the
names of your nnimap groups. ")