瀏覽代碼

STATUSBAR matching LARBS changes

tags/v3.1
Luke Smith 4 年之前
父節點
當前提交
6aa28a56b1
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4C50B54A911F6252
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bin/mailsync

+ 2
- 2
bin/mailsync 查看文件

@@ -48,7 +48,7 @@ else
fi

echo " 🔃" > /tmp/imapsyncicon_"$USER"
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1

# Parallelize multiple accounts
for account in $accounts
@@ -58,7 +58,7 @@ done

wait
rm -f /tmp/imapsyncicon_"$USER"
pkill -RTMIN+12 i3blocks >/dev/null 2>&1
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1

notmuch new 2>/dev/null



Loading…
取消
儲存