X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/7dcf8e4c46d4c85aceec78c7dbddf562dd5a6e2f..fcc88409f7a9092c7e3ca52f0320288ff7c11102:/bin/list-postponed-messages diff --git a/bin/list-postponed-messages b/bin/list-postponed-messages index c96c9ca..e0bc91a 100755 --- a/bin/list-postponed-messages +++ b/bin/list-postponed-messages @@ -61,7 +61,7 @@ for i in $maildirs; do echo "$d/cur/" done \ | xargs -I {} find {} -type f \ - | xargs grep -H --text '^X-Postponed:' \ + | xargs grep --with-filename --text --max-count=150 '^X-Postponed:' \ | while read i; do f="${i%:X-Postponed:*}" ts="${i#*:X-Postponed: }"; ts="${ts%% *}"