Variable: nnmairix-rename-files-for-nnml
nnmairix-rename-files-for-nnml is a customizable variable defined in
nnmairix.el.gz.
Value
t
Documentation
Rename nnml mail files so that they are consecutively numbered.
When using nnml as back end, mairix might produce holes in the article numbers which will produce wrong article counts by Gnus. This option controls whether nnmairix should rename the files consecutively.
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-rename-files-for-nnml t
"Rename nnml mail files so that they are consecutively numbered.
When using nnml as back end, mairix might produce holes in the
article numbers which will produce wrong article counts by
Gnus. This option controls whether nnmairix should rename the
files consecutively."
:version "23.1"
:type 'boolean)