From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 20:27:52 +0000 (+0200) Subject: * nnimap.el: Require nnoo and other files necessary. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f58208b1d8cf761ad0f30c24b57e84c3af7c3b90;p=emacs.git * nnimap.el: Require nnoo and other files necessary. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d8c03443d82..25e17538730 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index e7bf0f376a8..1fc55f6b51b 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -32,6 +32,10 @@ (eval-when-compile (require 'cl)) +(require 'nnheader) +(require 'gnus-util) +(require 'gnus) +(require 'nnoo) (require 'netrc) (nnoo-declare nnimap)