]> code.citadel.org Git - citadel.git/blobdiff - textclient/citadel.rc
Fix ansi auto-detect
[citadel.git] / textclient / citadel.rc
index 7ad566d83ef48832f2261f9bfdab7d9802d1c82b..7db4f04ffd4bb0106089fb388e029762b11aade6 100644 (file)
@@ -4,8 +4,9 @@
 # The standard client looks for this file in:
 # 1. $HOME/.citadelrc
 # 2. <compiled CTDLDIR>/citadel.rc
-# 3. /etc/citadel.rc
-# 4. <current directory>/citadel.rc
+# 3. /usr/local/etc/citadel.rc
+# 4. /etc/citadel.rc
+# 5. <current directory>/citadel.rc
 
 # Set ENCRYPT to yes to force SSL/TLS encryption when connecting to a
 # Citadel server, even if the server is on the same machine as the
@@ -33,7 +34,14 @@ encrypt=default
 # color on the screen.  If it is set to "auto" then an autodetect will be
 # attempted.  If it is set to "user" then it's a user-configurable option.
 #
-ansi_color=user
+ansi_color=auto
+
+# Sixel graphics support (experimental and probably insecure)
+# Set this to "on" to output images embedded in HTML messages to the terminal
+# in Sixel graphics format.  This obviously requires a terminal that has
+# support for Sixel.  It also requires the "curl", "img2sixel", and "fold"
+# commands to be available on your system.
+use_sixel=off
 
 # USE_BACKGROUND controls Citadel's use of the background.  If it is turned
 # off, then Citadel will set the background to black.  When it is turned on,