From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id H/mnC4YFtV+qQwAA0tVLHw (envelope-from ) for ; Wed, 18 Nov 2020 11:29:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WLBPB4YFtV+FIQAAB5/wlQ (envelope-from ) for ; Wed, 18 Nov 2020 11:29:10 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 32A4C940430 for ; Wed, 18 Nov 2020 11:29:09 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2895428C5B; Wed, 18 Nov 2020 06:29:02 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 343CA2710D for ; Wed, 18 Nov 2020 06:29:00 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 1663D5FB8B; Wed, 18 Nov 2020 06:28:59 -0500 (EST) Received: (nullmailer pid 1940507 invoked by uid 1000); Wed, 18 Nov 2020 11:28:58 -0000 From: David Bremner To: Wenlong Dai , notmuch@notmuchmail.org Subject: Re: Search Case Sensitivity In-Reply-To: References: Date: Wed, 18 Nov 2020 07:28:58 -0400 Message-ID: <87a6ve6gzp.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: MYLKNSGBHWSJQNLR7KEZI5FBLVC4XLBD X-Message-ID-Hash: MYLKNSGBHWSJQNLR7KEZI5FBLVC4XLBD X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: /x0zlUt0Ld+1 Wenlong Dai writes: > Based on my usage and testing, it seems to me that all notmuch searches are > case-sensitive. > Is this true? > Is there a way to do case-insensitive search? Most searches (other than boolean prefixes and regex searches) are in fact case insensitive. The definition of case is English-centric. Can you give an example of a search that is case-sensitive that you are expecting to be case insensitive? d