From a3e210a2b9a83aa5c1dbe0ffa0efedcf6b82fb80 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sat, 17 Sep 2022 16:16:20 +0200 Subject: [PATCH] refactor: dwmblocks is no longer used --- neomutt/.local/bin/mailsync | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/neomutt/.local/bin/mailsync b/neomutt/.local/bin/mailsync index 5c1ee1d..e7ad44c 100755 --- a/neomutt/.local/bin/mailsync +++ b/neomutt/.local/bin/mailsync @@ -42,6 +42,4 @@ wait mu index --muhome=~/.cache/mu --maildir=~/.local/share/mail 2>/dev/null -# Create a touch file that indicates the time of the last run of mailsync -touch "/tmp/.mailsynclastrun" -pkill -RTMIN+6 "${STATUSBAR:-dwmblocks}" +exit 0