From aaf835d4984bf5e0eb641e91792f6e66ac41072e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 26 Jul 2003 15:35:12 +0000 Subject: [PATCH] Synch to Gnus 200307261431. --- lisp/ChangeLog | 5 +++++ lisp/gnus-registry.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d61fb4..0fcd7d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-07-26 Teodor Zlatanov + + * 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,A_(Bjohann * flow-fill.el (fill-flowed): Empty lines separate paragraphs diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el index 0766da7..c7663f5 100644 --- a/lisp/gnus-registry.el +++ b/lisp/gnus-registry.el @@ -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 -- 1.7.10.4