From 86f376dc60577f3100d489a16a5a0bc79e34d5b4 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 10 Nov 1998 21:02:18 +0000 Subject: 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. --- mx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mx.h') 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 *); -- cgit v1.2.3