]> gitweb.fluxo.info Git - scripts.git/commitdiff
Add unread-mails
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Aug 2017 12:20:51 +0000 (09:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Aug 2017 12:20:51 +0000 (09:20 -0300)
status

diff --git a/status b/status
index 105cf75359265f5f40ce95b5f04950516b99ba0c..26acbcd4422d9ab11c3f9ab9f81c6eade522d264 100755 (executable)
--- 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:"