summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bin/mystatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bin/mystatus b/bin/bin/mystatus
index b26e9b6..00c9b9d 100755
--- a/bin/bin/mystatus
+++ b/bin/bin/mystatus
@@ -4,6 +4,6 @@
i3status | while :
do
read line
- nmails=$(find $HOME/.mail -path '*/new/*' -type f | wc -l)
+ nmails=$(find $HOME/.mail -path '*/new/*' -type f -not -path '*/rss/*' | wc -l)
echo "Email: ${nmails} | $line" || exit 1
done