]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
* Replaced the DEFAULT_ENTRY definition in sysconfig.h with a new option
[citadel.git] / citadel / citadel.rc
index 5bef7a3d61f58637627927546ec988c08ad6009e..f768b2970112704023e9533c2e109503031f6839 100644 (file)
@@ -125,12 +125,12 @@ remember_passwords=0
 # for 'safe' public clients.)
 #
 # This one works on Linux and most other X11-based Unices.  Specify the full
-# path to Netscape (or a Netscape-compatible like Mozilla) if necessary.
-#urlcmd=netscape -remote "openURL(%s)"
+# path to Mozilla (or a Mozilla derivative like Netscape) if necessary.
+#urlcmd=mozilla -remote "openURL(%s)"
 #
 # This one works really well on a Macintosh -- it opens URL's in whatever
 # browser you have configured as the system default.
-#urlcmd=open %s
+#urlcmd=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.
@@ -162,6 +162,13 @@ remember_passwords=0
 alternate_semantics=no
 
 
+# When the user hits the <R>eply key after reading a message, reply_with_editor
+# selects whether it uses the built-in editor (select 'no') or an external
+# editor (select 'yes').
+#
+reply_with_external_editor=no
+
+
 # COMMAND SET CONFIGURATION
 #
 # All lines starting with "cmd=" are considered to be commands.  This allows