emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bd7601f: (nnimap-sequence): Add comment


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master bd7601f: (nnimap-sequence): Add comment
Date: Fri, 13 Apr 2018 10:51:10 -0400 (EDT)

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

    (nnimap-sequence): Add comment
    
    * lisp/gnus/nnimap.el (nnimap-sequence): Add comment.
---
 lisp/gnus/nnimap.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 65d40eb..0d85a29 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -1865,6 +1865,8 @@ Return the server's response to the SELECT or EXAMINE 
command."
        (setq nnimap-connection-alist (delq entry nnimap-connection-alist))
        nil))))
 
+;; Leave room for `open-network-stream' to issue a couple of IMAP
+;; commands before nnimap starts.
 (defvar nnimap-sequence 5)
 
 (defun nnimap-send-command (&rest args)



reply via email to

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