* Store the body of any large (>1K) message in a separate database. This
[citadel.git] / citadel / server.h
index 06ed9b84660d88b76125c087f6555d11ac7a362a..a8f072d37a6bf5c6c5b28991d6e9800c99688082 100644 (file)
@@ -267,6 +267,7 @@ enum {
        CDB_VISIT,              /* user/room relationships       */
        CDB_DIRECTORY,          /* address book directory        */
        CDB_USETABLE,           /* network use table             */
+       CDB_BIGMSGS,            /* larger message bodies         */
        MAXCDB                  /* total number of CDB's defined */
 };