aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/status b/status
index c26bc6c..bc17b24 100755
--- a/status
+++ b/status
@@ -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