From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 025211F454 for ; Sun, 3 Nov 2019 01:42:04 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: update item for multiple Date: headers Date: Sun, 3 Nov 2019 01:42:03 +0000 Message-Id: <20191103014203.71689-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: That's the only head-scratcher of the bunch remaining, since that relies on ranges. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f9122a5d..922163f8 100644 --- a/TODO +++ b/TODO @@ -137,5 +137,5 @@ all need to be considered for everything we introduce) * configurable diff output for solver-generated blobs -* fix search for messages with multiple Subject:/To:/From:/Date: - headers (some wacky examples out there...) +* figure out how search for messages with multiple Date: headers + should work (some wacky examples out there...) -- EW