(gnus-nocem-check-article-limit): Default to 500.

This commit is contained in:
Dave Love
2000-11-03 16:04:08 +00:00
parent 5859a75ca1
commit fd1d9d9813
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2000-11-03 Dave Love <fx@gnu.org>
* gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
* mm-partial.el (mm-inline-partial): Space-prefix temp buffer
name.

View File

@@ -86,7 +86,7 @@ matches an previously scanned and verified nocem message."
:group 'gnus-nocem
:type 'boolean)
(defcustom gnus-nocem-check-article-limit nil
(defcustom gnus-nocem-check-article-limit 500
"*If non-nil, the maximum number of articles to check in any NoCeM group."
:group 'gnus-nocem
:version "21.1"