From 2311017fc06124039e0845127935952ce49a1109 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Thu, 8 May 2003 17:16:57 +0000 Subject: [PATCH] (gnus-clear-system): added gnus-registry-alist to the list of cleared variables --- lisp/ChangeLog | 3 +++ lisp/gnus-start.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9456a3bfe..fa4d06203 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2003-05-08 Teodor Zlatanov + * gnus-start.el (gnus-clear-system): added gnus-registry-alist to + the list of cleared variables + * gnus-registry.el (gnus-registry-split-fancy-with-parent): nnmail-split-fancy-with-parent-ignore-groups can be a single regex in addition to a list of regexes. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 8649ba7cb..b4a75e4c2 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -674,7 +674,8 @@ the first newsgroup." nnoo-state-alist nil gnus-current-select-method nil nnmail-split-history nil - gnus-ephemeral-servers nil) + gnus-ephemeral-servers nil + gnus-registry-alist nil) (gnus-shutdown 'gnus) ;; Kill the startup file. (and gnus-current-startup-file -- 2.25.1