From e1a7d701fab28141a9de8e5d3f4d970d29b41e92 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 20 Nov 2007 21:02:10 +0100 Subject: [PATCH] remove unique constraint from msgid-index msgid field --- procmail/msgid-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/msgid-index b/procmail/msgid-index index 0f300a2..102dacc 100644 --- a/procmail/msgid-index +++ b/procmail/msgid-index @@ -1,5 +1,5 @@ # create table messages (sender text not null, recipient text not null, -# subject text not null, msgid text unique not null, filename text primary key +# subject text not null, msgid text not null, filename text primary key # not null unique, timestamp integer, dest text not null); # # create trigger insert_messages_timestamp after insert on messages begin -- 2.39.2