CURL: make log output configurable.
[citadel.git] / citadel / sysconfig.h
index 22d40295a478d25e603c43f131d80d834a1264ba..97ecc1dff8e55e3415f1baf08919a485e85e6ff4 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * NOTE: this file is for client software tuning, not customization.  For
  * making changes to the behavior of the client, you want to edit citadel.rc,
  * not this file.
@@ -92,6 +90,7 @@
 #define USERTASKSROOM          "Tasks"
 #define USERCONTACTSROOM       "Contacts"
 #define USERNOTESROOM          "Notes"
+#define USERDRAFTROOM          "Drafts"
 #define USERTRASHROOM          "Trash"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"