diff options
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 |