diff mcabber/mcabberrc.example @ 1926:c1f9a4d47e05

Add option 'completion_ignore_case' By default completion is now case sensitive. (Partially fixes issue #48)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 11 Nov 2010 14:13:16 +0100
parents f0a07658e009
children 11bda6d8daab
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Wed Nov 10 17:36:26 2010 +0100
+++ b/mcabber/mcabberrc.example	Thu Nov 11 14:13:16 2010 +0100
@@ -126,6 +126,10 @@
 # running you can use "/roster display").
 #set roster_display_filter = ofdna_
 
+# By default command line completion is case-sensitive; this can be changed
+# by setting the option 'completion_ignore_case' to 1.
+#set completion_ignore_case = 0
+
 # Typing notifications, Chat States, Events (XEP-22/85)
 # Set disable_chatstates to 1 if you don't want to use typing notifications.
 # Note: changing this option once mcabber is running has no effect.