diff options
Diffstat (limited to 'status')
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ function status_run { # Check if are dangling downloaded files if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then # Print a newline if needed depending of the output of the previous commands - if [ ! -z "`postponed`" ] || [ ! -z "`unread-mails`" ]; then + if [ ! -z "`postponed`" ] || [ ! -z "`unread-mails`" ] || [ ! -z "`collector list`" ]; then echo "" fi |