diff options
Diffstat (limited to 'notmuch-links')
-rw-r--r-- | notmuch-links | 2 |
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 @@ | |||
3 | set -xe | 3 | set -xe |
4 | 4 | ||
5 | function notmuch { | 5 | function 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 | ||
9 | function browser { | 9 | function browser { |