about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-04 22:38:07 +0500
committerEric Wong <e@80x24.org>2021-04-05 07:16:44 +0000
commit2bc26e606d4b7f109e263911613b2d1d4692637e (patch)
treeb01d1605c1181fac33661ff564b0d64aa46f2975 /t
parent842e684f0a4154787274843eb3c9be2eef11b160 (diff)
downloadpublic-inbox-2bc26e606d4b7f109e263911613b2d1d4692637e.tar.gz
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.
Diffstat (limited to 't')
-rw-r--r--t/lei-import.t1
1 files changed, 1 insertions, 0 deletions
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: <y@y>
+Resent-Message-ID: <resent-test@example>
 
 No use for a name
 EOM