summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-registry.el
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2020-12-19 15:25:14 -0800
committerEric Abrahamsen <eric@ericabrahamsen.net>2020-12-19 15:26:48 -0800
commit87b82a1969edf80d3bd4781454ec9fc968773a6d (patch)
treee731c0fda8529dffdaeb4649f9847b71a2eea619 /lisp/gnus/gnus-registry.el
parent32e781b2f1e2cbf2bed323247b13dca3ed53fc71 (diff)
downloademacs-87b82a1969edf80d3bd4781454ec9fc968773a6d.tar.gz
Fix default value of gnus-registry-register-all: should be t
* lisp/gnus/gnus-registry.el (gnus-registry-register-all): This was meant to default to t; only an oversight during code review left it as nil.
Diffstat (limited to 'lisp/gnus/gnus-registry.el')
-rw-r--r--lisp/gnus/gnus-registry.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index 31aee0364cf..72412595a9a 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/gnus-registry.el
@@ -163,7 +163,7 @@ nnmairix groups are specifically excluded because they are ephemeral."
(const :tag "Always Install" t)
(const :tag "Ask Me" ask)))
-(defcustom gnus-registry-register-all nil
+(defcustom gnus-registry-register-all t
"If non-nil, register all articles in the registry."
:type 'boolean
:version "28.1")
@@ -1094,7 +1094,7 @@ only the last one's marks are returned."
(defun gnus-registry-get-or-make-entry (id &optional no-create)
"Return registry entry for ID.
-If entry is not found, create a new one, unless NO-create is
+If entry is not found, create a new one, unless NO-CREATE is
non-nil."
(let* ((db gnus-registry-db)
;; safe if not found