about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-07 01:37:04 +0100
committerJames Booth <boothj5@gmail.com>2016-04-07 01:37:04 +0100
commit2ba121aef3c0116f85c483cf9856bdf9a2c47860 (patch)
tree7ef113f1c1cd31f4fc1e4d9f51fc456de828099a
parentbdb1287a4f36b5b378a6ea5cf563a8cbb29badcd (diff)
downloadprofani-tty-2ba121aef3c0116f85c483cf9856bdf9a2c47860.tar.gz
Room mention case insensitive by default
-rw-r--r--src/config/preferences.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 4957a600..8844b389 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -1494,7 +1494,6 @@ _get_default_boolean(preference_t pref)
         case PREF_ROSTER_ROOMS:
         case PREF_TLS_SHOW:
         case PREF_LASTACTIVITY:
-        case PREF_NOTIFY_MENTION_CASE_SENSITIVE:
         case PREF_NOTIFY_MENTION_WHOLE_WORD:
             return TRUE;
         default: