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