aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-13 16:50:45 +0200
committerLars Ingebrigtsen2018-04-13 16:50:45 +0200
commitbd7601f21b4627d91d8cccbd8ccd7666d774a083 (patch)
treecd6cb34dd716350ff2450b2d2686177155a10be7
parent560553b1fa2247b7e2b28dd2fe7f404040dacac6 (diff)
downloademacs-bd7601f21b4627d91d8cccbd8ccd7666d774a083.tar.gz
emacs-bd7601f21b4627d91d8cccbd8ccd7666d774a083.zip
(nnimap-sequence): Add comment
* lisp/gnus/nnimap.el (nnimap-sequence): Add comment.
-rw-r--r--lisp/gnus/nnimap.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 65d40eba698..0d85a29ff2f 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."
1865 (setq nnimap-connection-alist (delq entry nnimap-connection-alist)) 1865 (setq nnimap-connection-alist (delq entry nnimap-connection-alist))
1866 nil)))) 1866 nil))))
1867 1867
1868;; Leave room for `open-network-stream' to issue a couple of IMAP
1869;; commands before nnimap starts.
1868(defvar nnimap-sequence 5) 1870(defvar nnimap-sequence 5)
1869 1871
1870(defun nnimap-send-command (&rest args) 1872(defun nnimap-send-command (&rest args)