GNU bug report logs -
#62812
29.0.60; Persistent article cache not working properly
Previous Next
Reported by: James Thomas <jimjoe <at> gmx.net>
Date: Thu, 13 Apr 2023 10:07:01 UTC
Severity: normal
Found in version 29.0.60
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Bumping up a seemingly trivial patch sent about 4 months ago... :)
James Thomas wrote:
> James Thomas wrote:
>
>> Turned out to be a trivial fix:
>
> Here's a better one:
>
> diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
> index e8f157392d4..5bd68e87d3f 100644
> --- a/lisp/gnus/nnmail.el
> +++ b/lisp/gnus/nnmail.el
> @@ -667,7 +667,9 @@ nnmail-parse-active
> (cond ((symbolp group)
> (symbol-name group))
> ((numberp group)
> - (number-to-string group))))
> + (number-to-string group))
> + (t
> + group)))
> (if (and (numberp (setq max (read buffer)))
> (numberp (setq min (read buffer))))
> (push (list group (cons min max))
>
> --
--
This bug report was last modified 1 year and 269 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.