]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Properly handle all aliases specified in network/mail.aliases for incoming
[citadel.git] / citadel / citadel.h
index 88759d591deaf8b519ef9783d538341356dfb516..b963d47e3214366159cfe5570bb439acb026054f 100644 (file)
@@ -8,8 +8,8 @@
 #include "sysdep.h"
 #include "sysconfig.h"
 #include "ipcdef.h"
-#define CITADEL        "Citadel/UX 5.55"
-#define REV_LEVEL 555
+#define CITADEL        "Citadel/UX 5.70"
+#define REV_LEVEL 560
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please
                           obtain SERVER_TYPE codes for your implementations */
 
@@ -76,7 +76,8 @@ struct config {
        char c_logpages[ROOMNAMELEN];   /* Room to log pages to (or not)    */
        char c_createax;                /* Axlevel required to create rooms */
        long c_maxmsglen;               /* Maximum message length           */
-       int c_worker_threads;           /* Number of worker threads to start*/
+       int c_min_workers;              /* Lower limit on number of threads */
+       int c_max_workers;              /* Upper limit on number of threads */
 };
 
 #define NODENAME               config.c_nodename
@@ -237,12 +238,11 @@ struct floor {
 #define GF_SKIP                1               /* <;S>kip floor mode */
 #define GF_ZAP         2               /* <;Z>ap floor mode */
 
-
-#define BASEROOM       "Lobby"
-#define MAILROOM       "Mail"
-#define AIDEROOM       "Aide"
-#define CONFIGROOM     "My Citadel Config"
-
+/*
+ * MIME types used in Citadel for configuration stuff
+ */
+#define SPOOLMIME      "application/x-citadel-delivery-list"
+#define        INTERNETCFG     "application/x-citadel-internet-config"
 
 /*
  * This structure is used to hold all of the fields of a message