diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-22 10:28:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-22 10:28:52 +0200 |
commit | 3108d43971a0d4c45fe3759f5ee48e021b773b7e (patch) | |
tree | 1c802461edc99716d8f79508eec93a676e79c987 /.local/bin/status | |
parent | up (diff) | |
download | dotfiles-bsd-3108d43971a0d4c45fe3759f5ee48e021b773b7e.tar.gz dotfiles-bsd-3108d43971a0d4c45fe3759f5ee48e021b773b7e.tar.bz2 dotfiles-bsd-3108d43971a0d4c45fe3759f5ee48e021b773b7e.tar.xz dotfiles-bsd-3108d43971a0d4c45fe3759f5ee48e021b773b7e.tar.zst dotfiles-bsd-3108d43971a0d4c45fe3759f5ee48e021b773b7e.zip |
up
Diffstat (limited to '.local/bin/status')
-rwxr-xr-x | .local/bin/status/sb-mailbox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/status/sb-mailbox b/.local/bin/status/sb-mailbox index 4fdd655..db0dd4e 100755 --- a/.local/bin/status/sb-mailbox +++ b/.local/bin/status/sb-mailbox @@ -31,6 +31,10 @@ if [ "$mb_a" -gt 0 ]; then echo -n "A:" $mb_a fi +if [ "$mb_a" -gt 0 ] && [ "$mb_a" -gt 0 ]; then + echo -n " " +fi + if [ "$mb_b" -gt 0 ]; then echo -n "B:" $mb_b fi |