[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master a1cb68b 5/6: Document nnimap-shell-program
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master a1cb68b 5/6: Document nnimap-shell-program |
Date: |
Thu, 26 Jan 2017 18:46:32 +0000 (UTC) |
branch: master
commit a1cb68be6c94513c436fd52e4453cb7afe28f2ba
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Document nnimap-shell-program
* lisp/gnus/nnimap.el (nnimap-shell-program): Document
nnimap-shell-program (bug#20651).
---
lisp/gnus/nnimap.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 700e86a..5d38924 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -67,7 +67,11 @@ back on `network'.")
(if (listp imap-shell-program)
(car imap-shell-program)
imap-shell-program)
- "ssh %s imapd"))
+ "ssh %s imapd")
+ "What command to execute to connect to an IMAP server.
+This will only be used if the connection type is `shell'. See
+the `make-network-process' documentation for an explanation of
+the format.)
(defvoo nnimap-inbox nil
"The mail box where incoming mail arrives and should be split out of.
- [Emacs-diffs] master updated (cf60608 -> aeecbc0), Lars Ingebrigtsen, 2017/01/26
- [Emacs-diffs] master aeecbc0 6/6: Fix typo in last checkin, Lars Ingebrigtsen, 2017/01/26
- [Emacs-diffs] master 079b6be 3/6: Gnus doc clarification, Lars Ingebrigtsen, 2017/01/26
- [Emacs-diffs] master a1cb68b 5/6: Document nnimap-shell-program,
Lars Ingebrigtsen <=
- [Emacs-diffs] master d47dadd 2/6: Fix the previous mml patch better, Lars Ingebrigtsen, 2017/01/26
- [Emacs-diffs] master d32623f 4/6: Document :shell-command in `make-network-process', Lars Ingebrigtsen, 2017/01/26
- [Emacs-diffs] master 9fc67ae 1/6: Give a slight better error message in mml-minibuffer-read-file, Lars Ingebrigtsen, 2017/01/26