]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Allow a separate default message expire policy for mailbox rooms. The
[citadel.git] / citadel / citadel.h
index 52944563d598453bdf6b15a8316f2050bff72c91..3d74cec02535678fc2d40fd147fb1469699f0f02 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Text description of this software
  */
-#define CITADEL        "Citadel/UX 6.13"
+#define CITADEL        "Citadel/UX 6.14"
 
 /*
  * REV_LEVEL is the current version number (multiplied by 100 to avoid having
@@ -44,9 +44,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      613             /* This version */
+#define REV_LEVEL      614             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 612             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 614             /* Oldest compatible export files */
 
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please
                           obtain SERVER_TYPE codes for your implementations */
@@ -129,6 +129,7 @@ struct config {
        char c_baseroom[ROOMNAMELEN];   /* Name of baseroom (Lobby)         */
        char c_aideroom[ROOMNAMELEN];   /* Name of aideroom (Aide)          */
        int c_purge_hour;               /* Hour during which db purges run  */
+       struct ExpirePolicy c_mbxep;    /* Expire policy for mailbox rooms  */
 };
 
 /*