Skip to content

Commit a94a88d

Browse files
committed
fix: Match m: search case-insensitively in web index
1 parent b03c673 commit a94a88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/bark-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function prepareReport(r) {
267267
// Filter/sort index (lowercase for string comparisons)
268268
type: type,
269269
closed: closedBool,
270-
mid: messageId,
270+
mid: messageId.toLowerCase(),
271271
from: from.toLowerCase(),
272272
subject: subject.toLowerCase(),
273273
date: isoDate,

0 commit comments

Comments
 (0)