mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 6aa28a56b1d9b027a48feb26dc4c45bc829e5d65
parent b7aa3cfecdc8fcfc47a4ead093f8e8e3d3bd82d5
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sat, 23 Nov 2019 19:23:27 -0500

STATUSBAR matching LARBS changes

Diffstat:
Mbin/mailsync | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/mailsync b/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