]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Split cmd_user() and cmd_pass() into frontend/backend functions
[citadel.git] / citadel / sysconfig.h
index 200fc27ea71cfb1bfbd2dd98e6aa1ac15921123a..a32afa728e648a34fddb88998ad96ed56ff05edf 100644 (file)
  * editor installed, and you want to make it the default, set this to 46
  * to make it use your editor by default.
  */
-#define DEFAULT_ENTRY  4
+#define DEFAULT_ENTRY          4
 
 
+/*
+ * Logging level to use if none is specified on the command line.
+ */
+#define DEFAULT_VERBOSITY      9
+
 
 /*
  * HOUSEKEEPING_WAKEUP is the number of seconds which pass between each pass
@@ -63,6 +68,9 @@
 #define HOUSEKEEPING_WAKEUP    60
 
 
+#define NLI    "(not logged in)"
+
+
 /*** STRUCTURE SIZE VARIABLES ***/
 
 /* You may NOT change this value once you set up your system.      */