From 7dcf8e4c46d4c85aceec78c7dbddf562dd5a6e2f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 25 Mar 2008 10:43:32 +0100 Subject: [PATCH] always treat maildir files as text --- 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 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%% *}" -- 2.39.2