Put back the nnimal autoloads needed to do the acl stuff.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 15:18:57 +0000 (17:18 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 15:18:57 +0000 (17:18 +0200)
lisp/gnus-group.el

index ded35ad..80cf580 100644 (file)
@@ -3175,6 +3175,9 @@ mail messages or news articles in files that have numeric names."
        (error "%s does not support expunging" (car method))
       (gnus-request-expunge-group group method))))
 
+(autoload 'nnimap-acl-get "nnimap")
+(autoload 'nnimap-acl-edit "nnimap")
+
 (defun gnus-group-nnimap-edit-acl (group)
   "Edit the Access Control List of current nnimap GROUP."
   (interactive (list (gnus-group-group-name)))