diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:16:05 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:16:05 +0100 |
commit | 793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67 (patch) | |
tree | dde12c026da735106c66b7b7b98f31b99237d147 /odin/strm/send_media | |
parent | 09bf279baf62e299c62884cfad8874a8c5929b0c (diff) | |
download | nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.gz nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.bz2 nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.xz nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.zip |
have strm send to sif
Diffstat (limited to 'odin/strm/send_media')
-rw-r--r-- | odin/strm/send_media | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odin/strm/send_media b/odin/strm/send_media index 4f3e576b..ecd6148f 100644 --- a/odin/strm/send_media +++ b/odin/strm/send_media | |||
@@ -73,9 +73,9 @@ while { | |||
73 | args=(-f $args) | 73 | args=(-f $args) |
74 | force=$(($force - 1)) | 74 | force=$(($force - 1)) |
75 | fi | 75 | fi |
76 | queue.hel $args && notmuch tag -unread -inbox -- ${(q)id} | 76 | queue.@remoteNode@ $args && notmuch tag -unread -inbox -- ${(q)id} |
77 | ) 9<>"${message}" | 77 | ) 9<>"${message}" |
78 | done | 78 | done |
79 | done | 79 | done |
80 | 80 | ||
81 | [[ -z "${checkedIds}" ]] && queue.hel | 81 | [[ -z "${checkedIds}" ]] && queue.@remoteNode@ |