]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
Re-enabled OpenID 1.1 while I work on other things
[citadel.git] / citadel / citadel.rc
index c22bb57a9b32f751790176364cdafeaeb5ec0b3f..6ca24feb801c831f73f76c754b63bac60ff874f7 100644 (file)
@@ -1,6 +1,4 @@
 #
-# $Id$
-#
 # This file allows full customization of the user interface.
 #
 # The standard client looks for this file in:
 # systems on the same machine as the client.
 encrypt=default
 
-# Set FULLSCREEN to yes to (attempt to) use full-screen curses mode.
-# This mode presents a status line and a few other niceties.  Some
-# people might not like this, so you can turn it off here or with the
-# -s command line option.  The default is to use full screen if the
-# terminal supports it.
-fullscreen=no
-
 # Set EDITOR to the name of an external editor to be used for entering
 # 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=vi
 
 # Or, you could have multiple editors available, like this:
 # ("editor" and "editor0" are the same internally)
@@ -137,6 +128,18 @@ remember_passwords=0
 # browser you have configured as the system default.
 #urlcmd=open "%s"
 
+# If OPENCMD is defined, users can hit 'O' after reading a message which
+# contains attachments, to open the attachments using that command.  This
+# allows attachments to be opened directly from the Citadel client without
+# having to first save them in a file.  The "allow_attachments" option (see
+# above) must be enabled in order for this to work.
+# 
+# xdg-open works on most newer Linux systems
+opencmd=xdg-open "%s"
+#
+# This probably will work on a Macintosh
+#opencmd=open "%s"
+
 # If GOTMAILCMD is defined, the specified command will be executed.  This
 # might be nice for playing sounds or providing any other type of notification.
 #
@@ -234,7 +237,6 @@ alternate_semantics=no
 #
 cmd=1,0,&? (Help)
 cmd=1,0,&Help
-# cmd=2,0,&*Doorway
 cmd=3,0,&Chat
 #
 # If you want to use an external editor by default, set <E>nter message
@@ -283,7 +285,6 @@ cmd=48,1,&.,&Aide,enter &Info file
 cmd=27,0,&.,&Aide,&Room,&Invite user
 cmd=28,0,&.,&Aide,&Room,&Kick out user
 cmd=51,1,&.,&Aide,&File,&Delete
-cmd=53,1,&.,&Aide,&File,&Send over net
 cmd=54,1,&.,&Aide,&File,&Move
 cmd=70,2,&.,&Aide,&Message edit:
 cmd=78,1,&.,&Aide,&Post
@@ -354,6 +355,8 @@ cmd=77,0,&.,&Enter,&Username
 #
 cmd=41,0,&.,&Enter,re&Gistration
 cmd=4,0,&.,&Enter,&Message
+cmd=127,0,&.,&Enter,remote POP&3 accounts
+cmd=128,0,&.,&Enter,&XML/RSS feed retrieval
 
 # If you have an external editor defined, it will appear on command 46.
 cmd=46,0,&.,&Enter,message with &Editor