[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: nnimap-request-list-newsgroups



Osma Ahvenlampi <oa-lists@spray.fi> writes:

> Signaling: (error "No such function: nnimap-request-list-newsgroups")

Thanks, try this patch against pgnus (0.83).

1999-05-21  Simon Josefsson  <jas@pdc.kth.se>

        * gnus-start.el (gnus-read-descriptions-file): Protect if no
        function in backend.

--- gnus-start.el-      Fri May 21 15:13:00 1999
+++ gnus-start.el       Fri May 21 15:19:01 1999
@@ -2499,6 +2499,8 @@

     (gnus-message 5 "Reading descriptions file via %s..." (car
     method))
     (cond
+     ((null (gnus-get-function method 'request-list-newsgroups t))
+      t)
      ((not (gnus-check-server method))
       (gnus-message 1 "Couldn't open server")
       nil)