1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(nnimap-sequence): Add comment

* lisp/gnus/nnimap.el (nnimap-sequence): Add comment.
This commit is contained in:
Lars Ingebrigtsen 2018-04-13 16:50:45 +02:00
parent 560553b1fa
commit bd7601f21b

View file

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