aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2017-01-26 19:44:01 +0100
committerLars Ingebrigtsen2017-01-26 19:46:27 +0100
commita1cb68be6c94513c436fd52e4453cb7afe28f2ba (patch)
treebfa73077509aa3e71a715e2a247c65eb5e2df0b2
parentd32623f040272d9c3bc46b2b1b37c986e7fb8bf1 (diff)
downloademacs-a1cb68be6c94513c436fd52e4453cb7afe28f2ba.tar.gz
emacs-a1cb68be6c94513c436fd52e4453cb7afe28f2ba.zip
Document nnimap-shell-program
* lisp/gnus/nnimap.el (nnimap-shell-program): Document nnimap-shell-program (bug#20651).
-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..5d38924b576 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 `make-network-process' 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.