emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c7abc57: Tweak nnimap sequence numbers to avoid reuse
Date: Fri, 13 Apr 2018 07:41:40 -0400 (EDT)

branch: master
commit c7abc5760bd18f082c9c028d3a5e108200d35d48
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/gnus/nnimap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 01d7948..65d40eb 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -1865,7 +1865,7 @@ Return the server's response to the SELECT or EXAMINE 
command."
        (setq nnimap-connection-alist (delq entry nnimap-connection-alist))
        nil))))
 
-(defvar nnimap-sequence 0)
+(defvar nnimap-sequence 5)
 
 (defun nnimap-send-command (&rest args)
   (setf (nnimap-last-command-time nnimap-object) (current-time))



reply via email to

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