From 281c14edf03d7f3bee9ec829cb941e07ad14a02a Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Sun, 22 Jun 2014 08:47:30 -0700 Subject: [PATCH] Autoload nnml-active-number in nnimap * lisp/nnimap.el: (nnimap-request-accept-article) uses `nnml-active-number', but nnml might not be loaded by default --- lisp/nnimap.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 1730bd4..e4f3ba6 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -48,6 +48,7 @@ (autoload 'auth-source-forget+ "auth-source") (autoload 'auth-source-search "auth-source") +(autoload 'nnml-active-number "nnml") (nnoo-declare nnimap) -- 2.0.0