]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
holy crap there is some old cruft in here I have to rewrite!
[citadel.git] / citadel / server.h
index 58b7f97706e91f076105d73189bff6e70fbf1ddc..ff5c3355e8b6d869d52dbba40f8e626cbdf89cc0 100644 (file)
@@ -149,8 +149,6 @@ enum {
        S_FLOORCACHE,
        S_ATBF,
        S_JOURNAL_QUEUE,
-       S_RPLIST,
-       S_SIEVELIST,
        S_CHKPWD,
        S_LOG,
        S_NETSPOOL,
@@ -304,6 +302,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',