summaryrefslogtreecommitdiff
path: root/notmuch-links
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-links')
-rw-r--r--notmuch-links2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-links b/notmuch-links
index 16cc01c..e46ddb2 100644
--- a/notmuch-links
+++ b/notmuch-links
@@ -3,7 +3,7 @@
3set -xe 3set -xe
4 4
5function notmuch { 5function notmuch {
6 NOTMUCH_TCP=${NOTMUCH_TCP:-2011} @notmuchtcp@/bin/notmuch-tcp ${@} 6 NOTMUCH_INSTANCE=${NOTMUCH_INSTANCE:-rss} @notmuchssh@/bin/notmuch-ssh ${@}
7} 7}
8 8
9function browser { 9function browser {