]> git.eshelyaron.com Git - emacs.git/commit
New option gnus-registry-register-all
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 3 Dec 2020 23:58:57 +0000 (15:58 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 12 Dec 2020 17:03:13 +0000 (09:03 -0800)
commit8a220d7c8f30fda7239c1dbf7522e0170ef53527
treed0d2d98eb350199610ecf5799f12c3c60c0a5a14
parentb1f2eada47adda8349e6f1ef55dfd7a3ed60e6aa
New option gnus-registry-register-all

* lisp/gnus/gnus-registry.el (gnus-registry-register-all): If nil,
the registry won't automatically create new entries for all seen
messages. Defaults to t to preserve previous behavior.
(gnus-registry-handle-action): Don't automatically create entries; if
one doesn't exist, don't handle anything.
(gnus-registry-register-message-ids): Only register if this option is
t.
(gnus-registry-get-or-make-entry): Add optional no-create argument.
(gnus-registry-get-id-key): This "get" operation should only create an
entry if this option is t.
* doc/misc/gnus.texi: Documentation and news.
doc/misc/gnus.texi
etc/NEWS
lisp/gnus/gnus-registry.el