aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nnimap.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/nnimap.el')
-rw-r--r--lisp/gnus/nnimap.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 700e86a0c57..2943c8dc7d2 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -67,7 +67,11 @@ back on `network'.")
67 (if (listp imap-shell-program) 67 (if (listp imap-shell-program)
68 (car imap-shell-program) 68 (car imap-shell-program)
69 imap-shell-program) 69 imap-shell-program)
70 "ssh %s imapd")) 70 "ssh %s imapd")
71 "What command to execute to connect to an IMAP server.
72This will only be used if the connection type is `shell'. See
73the `open-network-stream' documentation for an explanation of
74the format.")
71 75
72(defvoo nnimap-inbox nil 76(defvoo nnimap-inbox nil
73 "The mail box where incoming mail arrives and should be split out of. 77 "The mail box where incoming mail arrives and should be split out of.