updated mailcount for x240 folder structure
authorMatthew Owens <matthew@owens.tech>
Thu, 30 Jul 2020 11:33:16 +0000 (12:33 +0100)
committerMatthew Owens <matthew@owens.tech>
Thu, 30 Jul 2020 11:33:16 +0000 (12:33 +0100)
mailcount

index 3f122b5..43a8560 100755 (executable)
--- a/mailcount
+++ b/mailcount
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-count=$(ls ~/.local/share/mail/matthew/INBOX/new | wc -l)
+count=$(ls ~/.local/share/mail/tech/INBOX/new | wc -l)
 
 [ $count -ne 0 ] && echo "$count"