]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
add readme
[citadel.git] / citadel / server.h
index 58b7f97706e91f076105d73189bff6e70fbf1ddc..9215d2e7e9c614b3d483afdf39f8db8660d86c36 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',