From 2829d49080dd99d45252ea731229889ac550832a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 8 Aug 2017 09:20:51 -0300 Subject: Add unread-mails --- status | 3 +++ 1 file changed, 3 insertions(+) (limited to 'status') diff --git a/status b/status index 105cf75..26acbcd 100755 --- a/status +++ b/status @@ -84,6 +84,9 @@ function status_run { # Check if you have mails to send postponed + # Check unread mails + unread-mails + # Check if are dangling downloaded files if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then echo "Dangling files at ~/load:" -- cgit v1.2.3