From ea165ed0a86ce8827c27f61b000797ce01b90a8f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 4 Mar 2008 21:39:08 +0100 Subject: [PATCH 1/1] do not fail if there is just a single message --- bin/list-postponed-messages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%% *}" -- 2.39.2