소스 검색

to avoid user conflicts

tags/v3.1
Luke Smith 5 년 전
부모
커밋
6faf22488c
No known key found for this signature in database 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.


불러오는 중...
취소
저장