From f9f6abeb9a13c46212c87c3af44db330da076fe8 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 30 Sep 2010 00:24:41 +0200 Subject: [PATCH] (nndoc-retrieve-groups): New function. --- lisp/ChangeLog | 2 ++ lisp/nndoc.el | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0c6bc61f..b6594a1a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-29 Lars Magne Ingebrigtsen + * nndoc.el (nndoc-retrieve-groups): New function. + * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is `default', use nnmail-split-methods. (nnimap-request-article): Downcase the NILs so that they are nil. diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 15e5e82c6..588eeb116 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -280,6 +280,11 @@ from the document.") (t (nnheader-insert "211 %d %d %d %s\n" number 1 number group))))) +(deffoo nndoc-retrieve-groups (groups &optional server) + (dolist (group groups) + (nndoc-request-group group server)) + t) + (deffoo nndoc-request-type (group &optional article) (cond ((not article) 'unknown) (nndoc-post-type nndoc-post-type) -- 2.34.1