]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
* New UI for mailing list setup
[citadel.git] / citadel / citadel.rc
index c439f5d881f9a6297d084988d0f4ce60e5fbe0ee..cefea1279ae93aef47ca23e22f07b009aaac2b19 100644 (file)
@@ -1,5 +1,5 @@
 #
-# citadel.rc
+# $Id$
 #
 # This file allows full customization of the user interface.
 #
@@ -13,7 +13,7 @@
 # messages.  If you want the external editor to be used by default, be sure
 # to reflect this in the command set below.
 #
-editor=vi
+editor=pico
 
 # 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.
@@ -31,7 +31,7 @@ editor=vi
 # work for dialup connections.  Generally you should set this to 1 for a
 # private copy of the client or 0 for a shared copy of the client.
 #
-local_screen_dimensions=0
+local_screen_dimensions=1
 
 # ANSI_COLOR should be set to on/off/auto/user to control the use of
 # color on the screen.  If it is set to "auto" then an autodetect will be
@@ -67,15 +67,18 @@ beep=1
 #
 allow_attachments=0
 
-# If you set the USERNAME variable, the value you set here will automatically
-# be passed to the "Enter your name:" prompt.
+
+# If you set REMEMBER_PASSWORDS to 1, the Citadel client will offer to
+# remember your user name and password for every Citadel server you access,
+# automatically logging in with them on subsequent visits. 
+# (DANGER: do NOT enable this for "safe" public clients!)
 #
-#username=My User Name
+remember_passwords=0
 
-# If you set the PASSWORD variable, the value you set here will automatically
-# be passed to all prompts which request a password ... including the prompt
-# which asks for a password when creating a new user.
+# Optionally, you can force the same username and password everywhere.  This
+# obviously isn't as robust as the password manager.
 #
+#username=My User Name
 #password=mypassword
 
 # If URLCMD is defined, users can hit 'U' after reading a message which
@@ -150,6 +153,7 @@ cmd=19,0,&.,list &Zapped rooms
 cmd=52,0,&.,&Skip ^r^c goto:
 cmd=56,0,&Page a user
 cmd=58,0,&Mail
+cmd=84,0,&Quiet mode
 #
 # We implement both <.G>oto and <J>ump commands which do the same thing, in
 # order to please a wider audience of users.  Remove one if you want to.
@@ -174,10 +178,20 @@ cmd=78,1,&.,&Aide,&Post
 cmd=80,2,&.,&Aide,&System configuration,&General
 cmd=82,2,&.,&Aide,&System configuration,&Internet
 cmd=83,2,&.,&Aide,&System configuration,check &Message base
+cmd=85,2,&.,&Aide,&Terminate server,&Now
+cmd=86,2,&.,&Aide,&Terminate server,&Scheduled
+cmd=87,1,&.,&Aide,mailing &List management
 
 cmd=29,0,&.,&Terminate,and &Quit
 cmd=30,0,&.,&Terminate,and &Stay online
+
+# The 'read user listing' command accepts two different formats.  The one with
+# the trailing colon allows the user to enter a few characters to search for
+# users with a partial match.
+#
 cmd=32,0,&.,&Read,&User listing
+cmd=32,0,&.,&Read,&User listing:
+
 cmd=33,0,&.,&Read,&Textfile formatted
 #
 # Command 55 allows the user to save a downloaded file directly to the
@@ -211,7 +225,6 @@ cmd=77,0,&.,&Enter,&Username
 cmd=40,0,&.,&Enter,file using &Xmodem
 cmd=42,0,&.,&Enter,file using &Ymodem
 cmd=44,0,&.,&Enter,file using &Zmodem
-cmd=81,0,&.,&Enter,IC&Q Configuration
 #
 # Command 57 is the local-file-upload command for users with their own
 # copy of the clientware.  Commands 72-74 are for image uploads.