From: Lars Magne Ingebrigtsen Date: Wed, 29 Sep 2010 15:17:34 +0000 (+0200) Subject: Don't prompt on load, which makes it impossible to build Gnus. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;ds=sidebyside;h=44e4398abd1f2d11b3f32d64c54a6366104cf485;p=gnus Don't prompt on load, which makes it impossible to build Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e13f542b..f48426678 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-29 Lars Magne Ingebrigtsen + * gnus-registry.el: Don't prompt on load, which makes it impossible to + build Gnus. + * nnimap.el (nnimap-insert-partial-structure): Be way more permissive when interpreting the structures. (nnimap-request-accept-article): Add \r\n to the lines to make this diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el index a30847b0e..974427f01 100644 --- a/lisp/gnus-registry.el +++ b/lisp/gnus-registry.el @@ -1173,10 +1173,6 @@ Returns the first place where the trail finds a group name." ;;; we could call it here: (customize-variable 'gnus-registry-install) gnus-registry-install) -(when (or (eq gnus-registry-install t) - (gnus-registry-install-p)) - (gnus-registry-initialize)) - ;; TODO: a few things (provide 'gnus-registry)