diff options
| author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-09-17 15:52:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 09:52:30 -0400 |
| commit | 3936ffe5e2b494e65fc5a44927fe67311c8c51ae (patch) | |
| tree | 9d58070510dc52665f8fa4d44179f0362e4bea28 /.local | |
| parent | 426979aa7250e1d09b1f6044020d3f2b538425a9 (diff) | |
| download | eibhear-3936ffe5e2b494e65fc5a44927fe67311c8c51ae.tar.gz eibhear-3936ffe5e2b494e65fc5a44927fe67311c8c51ae.tar.zst eibhear-3936ffe5e2b494e65fc5a44927fe67311c8c51ae.zip | |
Use mutt-wizard sync (#815)
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/mailbox b/.local/bin/statusbar/mailbox index ca77f5c..5a67428 100755 --- a/.local/bin/statusbar/mailbox +++ b/.local/bin/statusbar/mailbox @@ -5,7 +5,7 @@ case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e neomutt ;; - 2) setsid -f mailsync >/dev/null ;; + 2) setsid -f mw sync >/dev/null ;; 3) notify-send "📬 Mail module" "\- Shows unread mail - Shows 🔃 if syncing mail - Left click opens neomutt |
