]> git.eshelyaron.com Git - emacs.git/commit
Adjust location of Gnus group split setup process
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 27 Jul 2019 16:11:04 +0000 (09:11 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 27 Jul 2019 16:11:04 +0000 (09:11 -0700)
commit883679dde80700322e5a316102b47812d824bad5
tree3915310123686ac2a0e82bc72fa824f92dee699d
parenta0389384ad9e4b475648809bee65966c17e7a212
Adjust location of Gnus group split setup process

Updating group splits requires the gnus-newsrc-hashtb to be
initialized. Previously this failed silently, now it errors.

* lisp/gnus/gnus-mlspl.el (gnus-group-split-setup): Don't call the
update when loading the user's init file, that's too early. Use
appropriate hooks depending on AUTO-UPDATE.
* doc/misc/gnus.texi (Group Mail Splitting): Change mention in docs.
doc/misc/gnus.texi
lisp/gnus/gnus-mlspl.el