summaryrefslogtreecommitdiff
path: root/notmuch-ssh-client
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-ssh-client')
-rw-r--r--notmuch-ssh-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-ssh-client b/notmuch-ssh-client
index d35a68a..419ff23 100644
--- a/notmuch-ssh-client
+++ b/notmuch-ssh-client
@@ -3,4 +3,4 @@
3instance=${NOTMUCH_INSTANCE:-mail} 3instance=${NOTMUCH_INSTANCE:-mail}
4host=${NOTMUCH_HOST:-notmuch.odin} 4host=${NOTMUCH_HOST:-notmuch.odin}
5 5
6exec -- @openssh@/bin/ssh -o ControlPath=none ${host} -- ${instance} $@ 6exec -- @openssh@/bin/ssh -o ControlPath=~/.ssh/notmuch-%r@%n:%p ${host} -- ${instance} $@