# HG changeset patch # User Lars Magne Ingebrigtsen # Date 1284841672 -7200 # Node ID bde55f3d7125c4a1173b2bca661ba85c1c199c54 # Parent a141021cb63fa6532f95959fba97366d119708aa * nnimap.el: Require nnoo and other files necessary. diff -r a141021cb63f -r bde55f3d7125 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Sep 18 12:23:12 2010 -0500 +++ b/lisp/gnus/ChangeLog Sat Sep 18 22:27:52 2010 +0200 @@ -1,5 +1,7 @@ 2010-09-18 Lars Magne Ingebrigtsen + * nnimap.el: Require nnoo and other files necessary. + * gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour. diff -r a141021cb63f -r bde55f3d7125 lisp/gnus/nnimap.el --- a/lisp/gnus/nnimap.el Sat Sep 18 12:23:12 2010 -0500 +++ b/lisp/gnus/nnimap.el Sat Sep 18 22:27:52 2010 +0200 @@ -32,6 +32,10 @@ (eval-when-compile (require 'cl)) +(require 'nnheader) +(require 'gnus-util) +(require 'gnus) +(require 'nnoo) (require 'netrc) (nnoo-declare nnimap)