more work on the inboxrules module. don't run this in production. it isn't finished.
[citadel.git] / citadel / server.h
index 58b7f97706e91f076105d73189bff6e70fbf1ddc..8ad1b595b382874485d864b4784fa478b0875d3d 100644 (file)
@@ -304,6 +304,10 @@ struct UseTable {
        time_t ut_timestamp;
 };
 
+
+/*
+ * These one-byte field headers are found in the Citadel message store.
+ */
 typedef enum _MsgField {
        eAuthor       = 'A',
        eBig_message  = 'B',