(nnimap-request-newgroups): Return success.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 16:33:18 +0000 (18:33 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 16:33:18 +0000 (18:33 +0200)
lisp/ChangeLog
lisp/nnimap.el

index bddd86c..5c64eb8 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-request-newgroups): Return success.
+
        * shr.el (shr-find-elements): New function.
        (shr-tag-table): Put all the images after the table.
        (shr-tag-table): Really inhibit images inside the table.
index c3c25cb..d56e2f4 100644 (file)
@@ -926,7 +926,8 @@ textual parts.")
                     (nnimap-get-groups)))
       (unless (assoc group nnimap-current-infos)
        ;; Insert dummy numbers here -- they don't matter.
-       (insert (format "%S 0 1 y\n" group))))))
+       (insert (format "%S 0 1 y\n" group))))
+    t))
 
 (deffoo nnimap-retrieve-group-data-early (server infos)
   (when (nnimap-possibly-change-group nil server)