diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
commit | 486fa069b37211c1124586490f596747600f698f (patch) | |
tree | f0aa4ae8a612e15ad7e6c6fdbb929a25172b1d19 /notmuch-links | |
parent | f826e189bc67955d0b7d6e1897c78a1e0d821bcb (diff) | |
download | utils-486fa069b37211c1124586490f596747600f698f.tar utils-486fa069b37211c1124586490f596747600f698f.tar.gz utils-486fa069b37211c1124586490f596747600f698f.tar.bz2 utils-486fa069b37211c1124586490f596747600f698f.tar.xz utils-486fa069b37211c1124586490f596747600f698f.zip |
...
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 { |