X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=39ea373fe5d76880a13e5662c80678c86949e0a9;hb=e629d4d03e7e7ed323807139675c6ec4493ce019;hp=9f683c68b8007229c44758694b23aae47d201274;hpb=fe9b27c1bbd810a5e1b39ca3b6a67cbf4a1ffecb;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 9f683c68b..39ea373fe 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -35,20 +35,6 @@ */ #define S_KEEPALIVE 30 -/* - * This is the command that gets executed when a user hits nter message: - * presses the nter message key. The possible values are: - * 4 - .nter essage - * 46 - .nter message with ditor - * 36 - .nter message with scii - * Normally, this value will be set to 4, to cause the nter message - * command to run Citadel's built-in editor. However, if you have an external - * 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 - - /* * Logging level to use if none is specified on the command line. */