summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-03-08 23:19:32 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-03-08 23:19:32 +0100
commit3876466c5c5a107e345da3bca42f5277e6e07046 (patch)
treece6cb3cd6d86dfb74bbffc616249fda23e8a4139
parent4b69801c6813c49dc9cba11e79348b2f9b5a2fe2 (diff)
downloadutils-3876466c5c5a107e345da3bca42f5277e6e07046.tar
utils-3876466c5c5a107e345da3bca42f5277e6e07046.tar.gz
utils-3876466c5c5a107e345da3bca42f5277e6e07046.tar.bz2
utils-3876466c5c5a107e345da3bca42f5277e6e07046.tar.xz
utils-3876466c5c5a107e345da3bca42f5277e6e07046.zip
...
-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} $@