[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap 0.116 released
Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> | Signaling: (wrong-type-argument arrayp nil)
> | nnheader-insert-nov(nil)
> | gnus-cache-possibly-enter-article("nnimap:user.grossjoh.test" 101 [101 "Number of documents at http://www.pcworld.com/pcwtoday/" "Kai.Grossjohann@CS.Uni-Dortmund.DE" "11 Mar 1999 13:06:06 +0100" "<vafpv6gi635.fsf@ramses.cs.uni-dortmund.de>" "" 1478 34 "Xref: petty.cs.uni-dortmund.de test:4" ((To . "Webmaster@pcworld.com"))] nil nil (4))
The bug was introduced in PGnus 0.86, this patch seem appropriate.
1999-06-13 Simon Josefsson <jas@pdc.kth.se>
* gnus-cache.el (gnus-cache-possibly-enter-article): Don't use
obsolete header parameter.
--- gnus-cache.el.DIST Sun Jun 13 21:43:49 1999
+++ gnus-cache.el Sun Jun 13 21:43:58 1999
@@ -201,7 +201,7 @@
(beginning-of-line))
(forward-line 1))
(beginning-of-line)
- (nnheader-insert-nov headers)
+ (nnheader-insert-nov number)
;; Update the active info.
(set-buffer gnus-summary-buffer)
(gnus-cache-update-active group number)