(gnus-registry-install): add an initial
authorTeodor Zlatanov <tzz@lifelogs.com>
Sat, 26 Jul 2003 14:29:09 +0000 (14:29 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Sat, 26 Jul 2003 14:29:09 +0000 (14:29 +0000)
registry read to the loading when gnus-registry-install is set

lisp/ChangeLog
lisp/gnus-registry.el

index 8d61fb4..0fcd7d3 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-install): add an initial
+       registry read to the loading when gnus-registry-install is set
+
 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 
        * flow-fill.el (fill-flowed): Empty lines separate paragraphs
index 0766da7..c7663f5 100644 (file)
@@ -458,7 +458,8 @@ Returns the first place where the trail finds a group name."
   (remove-hook 'gnus-summary-prepare-hook 'gnus-registry-register-message-ids))
 
 (when gnus-registry-install
-  (gnus-registry-install-hooks))
+  (gnus-registry-install-hooks)
+  (gnus-registry-read))
 
 ;; TODO: a lot of things