From 2bc26e606d4b7f109e263911613b2d1d4692637e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 4 Apr 2021 22:38:07 +0500 Subject: lei_search: ignore Resent-Message-ID for indexing It currently conflicts with the way OverIdx and SearchIdx index messages, ultimately leading to violating a NOT NULL constraint on id2num.id in over.sqlite3. We may allow searching Resent-* fields separately, though I'm not sure how useful it'll be. --- t/lei-import.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/lei-import.t b/t/lei-import.t index 9bb4e1fa..8635df5a 100644 --- a/t/lei-import.t +++ b/t/lei-import.t @@ -83,6 +83,7 @@ is_deeply($res->[0]->{kw}, ['seen'], "`seen' keywords set"); $eml_str = <<'EOM'; Subject: draft message with no sender References: +Resent-Message-ID: No use for a name EOM -- cgit v1.2.3-24-ge0c7