projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1ce86
)
updated mailcount for x240 folder structure
author
Matthew Owens
<matthew@owens.tech>
Thu, 30 Jul 2020 11:33:16 +0000
(12:33 +0100)
committer
Matthew Owens
<matthew@owens.tech>
Thu, 30 Jul 2020 11:33:16 +0000
(12:33 +0100)
mailcount
patch
|
blob
|
history
diff --git
a/mailcount
b/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"