Variable: nnmh-be-safe
nnmh-be-safe is a variable defined in nnmh.el.gz.
Value
nil
Documentation
If non-nil, nnmh will check all articles to make sure if they are new or not.
Go through the .nnmh-articles file and compare with the actual articles in this folder. The articles that are "new" will be marked as unread by Gnus.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmh.el.gz
(defvoo nnmh-be-safe nil
"If non-nil, nnmh will check all articles to make sure if they are new or not.
Go through the .nnmh-articles file and compare with the actual
articles in this folder. The articles that are \"new\" will be marked
as unread by Gnus.")