From a553f60aeb2714c4dbd24fab735e33526196edea Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 15 Sep 2008 01:28:40 +0000 Subject: [PATCH] Added a four character msg0 header 'list' for field L (List-ID). Probably not needed for anything at the moment but it's there for completeness. --- citadel/msgbase.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 87a01d63c..c4f8de766 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -89,7 +89,8 @@ char *msgkeys[] = { "hnod", "msgn", "jrnl", - NULL, NULL, + NULL, + "list", "text", "node", "room", -- 2.39.2