Changes committed gnus/lisp (ChangeLog gnus-registry.el)
"Ted Zlatanov" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-registry.el Initialize the registry when gnus-registry-install is t. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1823 gnus/lisp/ChangeLog:7.1824 --- ChangeLog:7.1823 Wed Apr 2 16:46:57 2008 +++ ChangeLog Tue Apr 8 23:17:29 2008 @@ -1,3 +1,8 @@ +2008-04-08 Teodor Zlatanov <[email protected]> + + * gnus-registry.el: Initialize the registry when gnus-registry-install + is t. + 2008-04-02 Simon Josefsson <[email protected]> * imap.el (imap-enable-exchange-bug-workaround): New variable. Index: gnus-registry.el diff -u gnus/lisp/gnus-registry.el:7.55 gnus/lisp/gnus-registry.el:7.56 --- gnus-registry.el:7.55 Mon Mar 17 16:40:58 2008 +++ gnus-registry.el Tue Apr 8 23:17:29 2008 @@ -1115,7 +1115,8 @@ ;;; we could call it here: (customize-variable 'gnus-registry-install) gnus-registry-install) -(when (gnus-registry-install-p) +(when (or (eq gnus-registry-install t) + (gnus-registry-install-p)) (gnus-registry-initialize)) ;; TODO: a few things