repo.or.cz
/
smtp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sm*: clean up sml, smq, and smr
[smtp.git]
/
sml
blob
2e9f26a5bf066e0ac5a47cad6a7b6e773f91019f
1
#!/bin/sh
2
# List queued messages
3
4
QDIR
=
"
$HOME
/.smq"
5
6
for
x
in
$QDIR
/
mail
*;
do
7
egrep
-h -s --color
'^(From:|To:|Subject:)'
"
$x
"
8
echo
""
9
done