bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62812: [BUMP, PATCH] Re: bug#62812: 29.0.60; Persistent article cach


From: James Thomas
Subject: bug#62812: [BUMP, PATCH] Re: bug#62812: 29.0.60; Persistent article cache not working properly
Date: Wed, 09 Aug 2023 12:43:56 +0530
User-agent: Gnus/5.13 (Gnus v5.13)

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))
>
> --

--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]