diff options
| author | Gavin Thornhill <45498991+GavinThornhill@users.noreply.github.com> | 2021-05-30 18:04:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 21:04:27 -0400 |
| commit | f16713bcf7135f29f0812a425f92755d12a448a7 (patch) | |
| tree | 108ba334220ebc99741d39d27b681efe5f301964 | |
| parent | 14336d0a3c2ce8ecc432b1e335078adb4e6ff19b (diff) | |
| download | eibhear-f16713bcf7135f29f0812a425f92755d12a448a7.tar.gz eibhear-f16713bcf7135f29f0812a425f92755d12a448a7.tar.zst eibhear-f16713bcf7135f29f0812a425f92755d12a448a7.zip | |
Fix mail syncing on the status bar (#947)
| -rwxr-xr-x | .local/bin/statusbar/sb-mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
