summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-10 21:02:18 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-10 21:02:18 +0000
commit86f376dc60577f3100d489a16a5a0bc79e34d5b4 (patch)
treef26335d5bba3912a11ae0fd67e113a66488300df /init.c
parentf4df535a2bd2af54fd5691754b82e3528f054356 (diff)
Experimental support for the so-called "kendra" mail folder format.
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
Diffstat (limited to 'init.c')
-rw-r--r--init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.c b/init.c
index 87c3bf4b..601fd758 100644
--- a/init.c
+++ b/init.c
@@ -907,6 +907,9 @@ static int parse_set (BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err)
case M_MMDF:
p = "MMDF";
break;
+ case M_KENDRA:
+ p = "KENDRA";
+ break;
case M_MH:
p = "MH";
break;