The 'N' (Node) field in the message database has been resurrected, this time as a...
[citadel.git] / citadel / server.h
index 58b7f97706e91f076105d73189bff6e70fbf1ddc..bac82875c9f11cedc588aada798ce526dbc89557 100644 (file)
@@ -150,7 +150,6 @@ enum {
        S_ATBF,
        S_JOURNAL_QUEUE,
        S_RPLIST,
-       S_SIEVELIST,
        S_CHKPWD,
        S_LOG,
        S_NETSPOOL,
@@ -304,6 +303,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',
@@ -314,6 +317,7 @@ typedef enum _MsgField {
        eReplyTo      = 'K',
        eListID       = 'L',
        eMesageText   = 'M',
+       eOrigLocal    = 'N',
        eOriginalRoom = 'O',
        eMessagePath  = 'P',
        eRecipient    = 'R',