to avoid user conflicts
This commit is contained in:
parent
c2247a2188
commit
6faf22488c
@ -14,12 +14,12 @@ else
|
|||||||
notify() { notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;}
|
notify() { notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " 🔃" > /tmp/imapsyncicon
|
echo " 🔃" > /tmp/imapsyncicon_$USER
|
||||||
pkill -RTMIN+12 i3blocks
|
pkill -RTMIN+12 i3blocks
|
||||||
|
|
||||||
# Run mbsync. You can feed this script different settings.
|
# Run mbsync. You can feed this script different settings.
|
||||||
mbsync -a "$@"
|
mbsync -a "$@"
|
||||||
rm -f /tmp/imapsyncicon
|
rm -f /tmp/imapsyncicon_$USER
|
||||||
pkill -RTMIN+12 i3blocks
|
pkill -RTMIN+12 i3blocks
|
||||||
|
|
||||||
# Check all accounts/mailboxes for new mail. Notify if there is new content.
|
# Check all accounts/mailboxes for new mail. Notify if there is new content.
|
||||||
|
Loading…
Reference in New Issue
Block a user