show number of open mails
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
d1cd847c0a
commit
63e5943386
1 changed files with 12 additions and 0 deletions
12
mailstats
Executable file
12
mailstats
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Nico Schottelius, Tue Dec 3 23:16:30 CET 2013
|
||||||
|
# Show mailstats
|
||||||
|
|
||||||
|
(
|
||||||
|
for dir in ~/Maildir ~/Maildir/firmen/ungleich \
|
||||||
|
~/Maildir/firmen/ungleich/panter \
|
||||||
|
~/Maildir/firmen/ungleich/entwine; do
|
||||||
|
|
||||||
|
find $dir/cur $dir/new -type f
|
||||||
|
done
|
||||||
|
) | wc -l
|
Loading…
Reference in a new issue