aboutsummaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
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:"