]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
More changes to get attachments working.
[citadel.git] / citadel / citadel.rc
index 60ea454ed7e43a9b5313f06acc81d21b25abeef6..661f96505a3117b2921193796efcbaf9d0208af7 100644 (file)
@@ -12,7 +12,7 @@
 # messages.  If you want the external editor to be used by default, be sure
 # to reflect this in the command set below.
 #
-# editor=joe
+editor=/usr/local/bin/simped
 
 # If you define PRINTCMD, it will be a pipe through which messages are
 # printed when the user hits the <P>rint key after a message.
@@ -43,6 +43,10 @@ use_floors=DEFAULT
 #
 beep=1
 
+# ALLOW_ATTACHMENTS should be set to 1 if you wish the user to be able to
+# attach files to messages.  (Do not enable this for 'safe' public clients.)
+allow_attachments=1
+
 # If you set the USERNAME variable, the value you set here will automatically
 # be passed to the "Enter your name:" prompt.
 #
@@ -172,8 +176,6 @@ cmd=36,0,&.,&Enter,&ASCII message
 cmd=37,0,&.,&Enter,&Configuration
 cmd=38,0,&.,&Enter,a new &Room
 cmd=39,0,&.,&Enter,&Textfile
-cmd=75,0,&.,&Enter,r&Oomname
-cmd=76,0,&.,&Enter,&Hostname
 cmd=77,0,&.,&Enter,&Username
 cmd=40,0,&.,&Enter,file using &Xmodem
 cmd=42,0,&.,&Enter,file using &Ymodem
@@ -204,12 +206,14 @@ cmd=67,0,&.,&Read,&Bio
 
 
 cmd=79,0,&.,&Wholist,&Long
+cmd=75,0,&.,&Wholist,&Roomname
+cmd=76,0,&.,&Wholist,&Hostname
 
 #
 # Command 69 allows the user to enter a server command directly.  It is
-# intended for testing/debugging.
+# primarily for testing and not intended for general use.  Usually there
+# is no need to enable it.
 cmd=69,0,&@Server command:
-
 #
 # end of command set configuration
 #