aboutsummaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-08 09:20:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-08 09:20:51 -0300
commit2829d49080dd99d45252ea731229889ac550832a (patch)
treee3e1dda7d1b76be733af53bd3ffe15490c958f83 /status
parent1b09cefd5abe824ce545de343e9eddcda4d6c7b5 (diff)
downloadscripts-2829d49080dd99d45252ea731229889ac550832a.tar.gz
scripts-2829d49080dd99d45252ea731229889ac550832a.tar.bz2
Add unread-mails
Diffstat (limited to 'status')
-rwxr-xr-xstatus3
1 files changed, 3 insertions, 0 deletions
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:"