* Replaced citmail.c with a new one that simply SMTP-forwards to Citadel
[citadel.git] / citadel / server.h
index 0a7812c11829435df614289c6bf6c569c96dc870..0c2083e53780999c02787950acc3188104f3e408 100644 (file)
@@ -187,6 +187,13 @@ enum {
        MT_DOWNLOAD             /* Download a component */
 };
 
+/*
+ * Message format types in the database
+ */
+#define        FMT_CITADEL     0       /* Citadel vari-format (proprietary) */
+#define FMT_FIXED      1       /* Fixed format (proprietary)        */
+#define FMT_RFC822     4       /* Standard (headers are in M field) */
+
 
 /*
  * Citadel DataBases (define one for each cdb we need to open)