summary refs log tree commit diff
path: root/contexts.c
diff options
context:
space:
mode:
Diffstat (limited to 'contexts.c')
-rw-r--r--contexts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contexts.c b/contexts.c
index e7f44e4..39974bb 100644
--- a/contexts.c
+++ b/contexts.c
@@ -38,7 +38,7 @@ const char *ContextsQuery = SQL(
 		SELECT name, query
 		FROM contexts
 		WHERE network = :network AND query <= NOT :public
-		ORDER BY query, name
+		ORDER BY query, name COLLATE NOCASE
 	)
 	SELECT name, query, 1 FROM activeContexts
 	UNION ALL