Variable: nnmairix-delete-and-create-on-change
nnmairix-delete-and-create-on-change is a variable defined in
nnmairix.el.gz.
Value
(nnimap nnmaildir nnml)
Documentation
Controls on which back ends groups should be deleted and re-created.
This variable is a list of back ends where the search group should be completely deleted and re-created when the query or thread parameter changes. The default is to this for all currently supported back ends. It usually also corrects the problem of "holes" in the article numbers which often lead to a wrong count of total articles shown by Gnus.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defvar nnmairix-delete-and-create-on-change '(nnimap nnmaildir nnml)
"Controls on which back ends groups should be deleted and re-created.
This variable is a list of back ends where the search group
should be completely deleted and re-created when the query or
thread parameter changes. The default is to this for all
currently supported back ends. It usually also corrects the
problem of \"holes\" in the article numbers which often lead to a
wrong count of total articles shown by Gnus.")