From f16713bcf7135f29f0812a425f92755d12a448a7 Mon Sep 17 00:00:00 2001 From: Gavin Thornhill <45498991+GavinThornhill@users.noreply.github.com> Date: Sun, 30 May 2021 18:04:27 -0700 Subject: [PATCH] Fix mail syncing on the status bar (#947) --- .local/bin/statusbar/sb-mailbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index 5a67428..2132184 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -5,7 +5,7 @@ case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e neomutt ;; - 2) setsid -f mw sync >/dev/null ;; + 2) setsid -f mw -Y >/dev/null ;; 3) notify-send "📬 Mail module" "\- Shows unread mail - Shows 🔃 if syncing mail - Left click opens neomutt