emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c7abc57: Tweak nnimap sequence numbers to avoid


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c7abc57: Tweak nnimap sequence numbers to avoid reuse
Date: Fri, 13 Apr 2018 10:42:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi Lars,

>     Tweak nnimap sequence numbers to avoid reuse
>     
>     * lisp/gnus/nnimap.el (nnimap-sequence): Start the sequence at a
>     higher number to avoid reusing the sequence number used by
>     `open-network-stream' (bug#30022).
[...]
> -(defvar nnimap-sequence 0)
> +(defvar nnimap-sequence 5)

The commit message's info would have been better placed as a comment in
the code, I think.


        Stefan



reply via email to

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