浏览代码

to avoid user conflicts

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
6faf22488c
找不到此签名对应的密钥 GPG 密钥 ID: 4C50B54A911F6252
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bin/mailsync

+ 2
- 2
bin/mailsync 查看文件

@@ -14,12 +14,12 @@ else
notify() { notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;}
fi

echo " 🔃" > /tmp/imapsyncicon
echo " 🔃" > /tmp/imapsyncicon_$USER
pkill -RTMIN+12 i3blocks

# Run mbsync. You can feed this script different settings.
mbsync -a "$@"
rm -f /tmp/imapsyncicon
rm -f /tmp/imapsyncicon_$USER
pkill -RTMIN+12 i3blocks

# Check all accounts/mailboxes for new mail. Notify if there is new content.


正在加载...
取消
保存