Skip to content

Commit 713c6f3

Browse files
committed
Merge branch 'bc/imap-send-doc'
* bc/imap-send-doc: imap-send doc: omit confusing "to use imap-send" modifier
2 parents 50b335b + a127b3f commit 713c6f3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Documentation/git-imap-send.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,17 @@ Variables
3838
imap.folder::
3939
The folder to drop the mails into, which is typically the Drafts
4040
folder. For example: "INBOX.Drafts", "INBOX/Drafts" or
41-
"[Gmail]/Drafts". Required to use imap-send.
41+
"[Gmail]/Drafts". Required.
4242

4343
imap.tunnel::
4444
Command used to setup a tunnel to the IMAP server through which
4545
commands will be piped instead of using a direct network connection
46-
to the server. Required when imap.host is not set to use imap-send.
46+
to the server. Required when imap.host is not set.
4747

4848
imap.host::
4949
A URL identifying the server. Use a `imap://` prefix for non-secure
5050
connections and a `imaps://` prefix for secure connections.
51-
Ignored when imap.tunnel is set, but required to use imap-send
52-
otherwise.
51+
Ignored when imap.tunnel is set, but required otherwise.
5352

5453
imap.user::
5554
The username to use when logging in to the server.

0 commit comments

Comments
 (0)