From: Lars Magne Ingebrigtsen Date: Fri, 25 Feb 2011 03:52:27 +0000 (-0800) Subject: * nnimap.el (nnimap-stream): Doc fix. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=b5967a238d4092da8069f7eef3b7213a242ff5a7;p=gnus * nnimap.el (nnimap-stream): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19f630201..2bd3ab6fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-02-25 Lars Ingebrigtsen + * nnimap.el (nnimap-stream): Doc fix. + * gnus-start.el (gnus-get-unread-articles): Don't clobber the async retrieval by the no-group selection. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index b27334078..49f078143 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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)