X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/b3338ec6a5a8bb8aa937e49846aa891b753c12fc..7dcf8e4c46d4c85aceec78c7dbddf562dd5a6e2f:/bin/list-postponed-messages 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%% *}"