comparison 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
comparison
equal deleted inserted replaced
1925:3655f52687f0 1926:c1f9a4d47e05
124 # To display only the connected buddies, use "ofdna". 124 # To display only the connected buddies, use "ofdna".
125 # Please note that this option is only used at startup (once mcabber is 125 # Please note that this option is only used at startup (once mcabber is
126 # running you can use "/roster display"). 126 # running you can use "/roster display").
127 #set roster_display_filter = ofdna_ 127 #set roster_display_filter = ofdna_
128 128
129 # By default command line completion is case-sensitive; this can be changed
130 # by setting the option 'completion_ignore_case' to 1.
131 #set completion_ignore_case = 0
132
129 # Typing notifications, Chat States, Events (XEP-22/85) 133 # Typing notifications, Chat States, Events (XEP-22/85)
130 # Set disable_chatstates to 1 if you don't want to use typing notifications. 134 # Set disable_chatstates to 1 if you don't want to use typing notifications.
131 # Note: changing this option once mcabber is running has no effect. 135 # Note: changing this option once mcabber is running has no effect.
132 #set disable_chatstates = 0 136 #set disable_chatstates = 0
133 137