Variable: nnimap-request-articles-find-limit
nnimap-request-articles-find-limit is a customizable variable defined
in nnimap.el.gz.
Value
nil
Documentation
Limit the number of articles to look for after moving an article.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defcustom nnimap-request-articles-find-limit nil
"Limit the number of articles to look for after moving an article."
:type '(choice (const nil) integer)
:version "24.4")