From f58208b1d8cf761ad0f30c24b57e84c3af7c3b90 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 22:27:52 +0200 Subject: [PATCH] * nnimap.el: Require nnoo and other files necessary. --- lisp/gnus/ChangeLog | 2 ++ lisp/gnus/nnimap.el | 4 ++++ 2 files changed, 6 insertions(+) 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) -- 2.39.5