aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2010-09-18 22:27:52 +0200
committerLars Magne Ingebrigtsen <[email protected]>2010-09-18 22:27:52 +0200
commitf58208b1d8cf761ad0f30c24b57e84c3af7c3b90 (patch)
tree573a157816b202378d7006568236b4f9b254b053
parentc2a845b50432e9d6b5fdfb53dab420193056ceb9 (diff)
* nnimap.el: Require nnoo and other files necessary.
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/nnimap.el4
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d8c03443d8..25e1753873 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,7 @@
2010-09-18 Lars Magne Ingebrigtsen <[email protected]>
+ * 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 e7bf0f376a..1fc55f6b51 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)