* nnimap.el (nnimap-stream): Doc fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 25 Feb 2011 03:52:27 +0000 (19:52 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 25 Feb 2011 03:52:27 +0000 (19:52 -0800)
lisp/ChangeLog
lisp/nnimap.el

index 19f6302..2bd3ab6 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-stream): Doc fix.
+
        * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
        retrieval by the no-group selection.
 
index b273340..49f0781 100644 (file)
@@ -62,8 +62,9 @@ it will default to `imap'.")
 
 (defvoo nnimap-stream 'undecided
   "How nnimap will talk to the IMAP server.
-Values are `ssl', `network', `starttls' or `shell'.
-The default is to try `ssl' first, and then `network'.")
+Values are `ssl', `network', `network-only, `starttls' or
+`shell'.  The default is to try `ssl' first, and then
+`network'.")
 
 (defvoo nnimap-shell-program (if (boundp 'imap-shell-program)
                                 (if (listp imap-shell-program)