X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/ea165ed0a86ce8827c27f61b000797ce01b90a8f..7dcf8e4c46d4c85aceec78c7dbddf562dd5a6e2f:/bin/list-postponed-messages?pf=etc diff --git a/bin/list-postponed-messages b/bin/list-postponed-messages index 3562b2f..c96c9ca 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 '^X-Postponed:' \ + | xargs grep -H --text '^X-Postponed:' \ | while read i; do f="${i%:X-Postponed:*}" ts="${i#*:X-Postponed: }"; ts="${ts%% *}"