]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Final polish for initial round of vCard editing functions. Only show "edit"
[citadel.git] / webcit / webcit.h
index 18cfeea3d77c79a30cb82a0915acb259d6d85384..86a87b5c035b7d1977bd965f7b54fbbe408ca715 100644 (file)
@@ -21,6 +21,8 @@
 #define INITIAL_WORKER_THREADS 5
 #define LISTEN_QUEUE_LENGTH    100             /* listen() backlog queue */
 
+#define USERCONFIGROOM         "My Citadel Config"
+
 
 /* Room flags (from Citadel) */
 #define QR_PERMANENT   1       /* Room does not purge              */