summaryrefslogtreecommitdiffstats
path: root/mx.h
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 /mx.h
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 'mx.h')
-rw-r--r--mx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mx.h b/mx.h
index 6501744c..b97a985f 100644
--- a/mx.h
+++ b/mx.h
@@ -27,6 +27,7 @@ enum
{
M_MBOX = 1,
M_MMDF,
+ M_KENDRA,
M_MH,
M_MAILDIR
#ifdef USE_IMAP
@@ -37,6 +38,7 @@ enum
WHERE short DefaultMagic INITVAL (M_MBOX);
#define MMDF_SEP "\001\001\001\001\n"
+#define KENDRA_SEP "\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\n"
#define MAXLOCKATTEMPT 5
int mbox_sync_mailbox (CONTEXT *);