X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=3ce4597f87e514ffb5fca948d6931d33a2f09ebd;hb=9c3c6b9ad7fb987116397e53a11a64e0cc4d6534;hp=f654a63fdef05a7eec33c3161a3a550d69b699f8;hpb=140701f2026027cc4e2f23606a6550ca7d5f00db;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index f654a63fd..3ce4597f8 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -85,4 +85,14 @@ */ #define POP3_PORT 1110 #define SMTP_PORT 2525 + + +/* + * The names of rooms which are automatically created by the system + */ +#define BASEROOM "Lobby" +#define MAILROOM "Mail" +#define AIDEROOM "Aide" +#define USERCONFIGROOM "My Citadel Config" +#define SYSCONFIGROOM "Local System Configuration" #define SMTP_SPOOLOUT_ROOM "__CitadelSMTPspoolout__"