fix(scripts/him): mark-read loop
This commit is contained in:
parent
f7bbf39cbc
commit
3e988e6239
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ case $1 in
|
|||
;;
|
||||
|
||||
"mark-read")
|
||||
for id in $(NO_COLOR=1 $bin list -s 20 | grep '✷'| awk '{ print $1 }')
|
||||
for id in $(NO_COLOR=1 $bin -a $2 list -s 20 | grep '✷'| awk '{ print $1 }')
|
||||
do
|
||||
$bin -a $2 flag add $id seen
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue