From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 601976DE0F60 for ; Mon, 11 Mar 2019 01:15:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.563 X-Spam-Level: X-Spam-Status: No, score=-0.563 tagged_above=-999 required=5 tests=[AWL=0.137, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3k1-Fi5Olgd4 for ; Mon, 11 Mar 2019 01:15:50 -0700 (PDT) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by arlo.cworth.org (Postfix) with ESMTPS id 4BB5C6DE0ECA for ; Mon, 11 Mar 2019 01:15:50 -0700 (PDT) Received: from len.workgroup ([84.185.98.59]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MXIGf-1hXJxc2MwX-00WCJU for ; Mon, 11 Mar 2019 09:15:45 +0100 Date: Mon, 11 Mar 2019 09:15:40 +0100 From: Gregor Zattler To: notmuch@notmuchmail.org Subject: Re: how to search for hyphenated words? (was: how to search for Morse code?) Message-ID: <20190311081540.r6t2oa3c7dpb5rmp@len.workgroup> Mail-Followup-To: notmuch@notmuchmail.org References: <87muui87om.fsf@len.workgroup> <87ef7hyxqs.fsf@len.workgroup> <87a7i2e2ms.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a7i2e2ms.fsf@tethera.net> X-Provags-ID: V03:K1:ZxVA1ZhvO8D2ndTVDbICHXR9VZOw+uBvFOU82kLtMt1gyR6K3n1 OccVi/zfL66wtnJPh/ft4F30AQlir7+BXZ+JTqXrnJFzSP6H35tvxhG3ZDpHcHgla/RvLqE gSrZ6mOw10PnNnO/AdBPxty7d8ljSneitg+bqPe1SgIXmoBUlw4oJMx1MKMYmi8agTQ54Xw utcZ8/PGdwa/3FiZMHBgw== X-UI-Out-Filterresults: notjunk:1;V03:K0:vIKBJYikPqo=:X8tBRf1N7D499i9uDlEASr C7MMQnJvAYsDi2rCIjCAodTzlWVsZAB3Na2E55pqtughga1Zon8tQoIS1PG6IF7g18O9khQeL Tdade0LKx9D2+KEkIipslldPPZ2Z4YabilOGuxlNf+nf9kk81+yUBPNdWHhu1vq1S99NVYdqC jy2AR11ASyUW4+2C9hSQlalZkkMLS0NZ0RLF7l91EJc8dl20gmfVmsqSr/oaEx7FS56Ole1HU gCmJ6Gin554lRrO3ZTMWHoZ71h5KX/wXA0dl7ynVplEAHBrQffJgS24bX2YbdQ+QErteX71bj KCkf1JjvEHB3ccWnUXp1OOR22aGOYu8weFGUeDlIdb434jOO+pO2/kBsdnb9DmLS2s/Wfr9g+ ABe0tAK18Go9/YUBT4JBcWq669oVfK3q08sLit8e2ddlEHUdLBkA8UIqhNHfIqeROUO/AfCy3 szdxQW3bLITfZTPy/Fb/O3qQU56SkVVRbI7cQ+zAzFtS4EQhVEZVSworvVHP6NdpkdEdlHeTV qNIv0bCSqkbmaYV0sKztkryuNRZK8UzrX0cqzM5TUWZH3hhK8t2tEyhzYkAGFYxMcOfGaeqef smmnix2DLBFafzwO38e+lYPffZDOibwFqrFoo4toMZz6QskMZla/AlJrZ23QQuhnx3uxVN713 uO3m12kkREChjYIWFfFWL90LXdPuf0J/JqqiNkT/GnP2j+Km7ULCXAbisrxdTe32bqhsHLb+s Ra+UGRy+dTeWCXsvXb5EbIpLWIdCC8AjmLhegnyAUn1aSturT7EuezTHFcYbu5CXD83+eBVGj 6Ci7fVebbu5aDxch1h0XYBUAoef2nmf+C9nQwmQRT7gFiWvnhhP3OHpk2L05BDsIXC8vV0LbJ pFddZ99ckn8mLQ4V9OeQUvLqwDQ4UN7z4vGDPMFrjnWRGOWTqLdabkrLMyrjkN X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 08:15:52 -0000 Hi David, notmuch developers, * David Bremner [2019-03-10; 20:22]: > Gregor Zattler writes: >> How would one search for hyphenated words with notmuch? >> > > In special cases, explained in notmuch-search-terms(7), one can use > regexp searches, which are slower, but don't drop punctuation. thanks, this works for the subject: field, which helps a lot. Regexes do not work on the body of messages and I assume they will not work with the upcoming "body:" field? Thanks for your attention, Gregor