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 2C+ZO0D8JV86dAAA0tVLHw (envelope-from ) for ; Sat, 01 Aug 2020 23:35:28 +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 zjRyN0D8JV9oUgAAB5/wlQ (envelope-from ) for ; Sat, 01 Aug 2020 23:35:28 +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 3B5FD9403AE for ; Sat, 1 Aug 2020 23:35:28 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id C93F828863; Sat, 1 Aug 2020 19:35:21 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 3CE9D27EF8 for ; Sat, 1 Aug 2020 19:35:19 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 180C95FA66; Sat, 1 Aug 2020 19:35:19 -0400 (EDT) Received: (nullmailer pid 335837 invoked by uid 1000); Sat, 01 Aug 2020 23:35:17 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] test: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360-symbol-test In-Reply-To: References: <20200730000130.989410-1-david@tethera.net> X-List-To: notmuch Date: Sat, 01 Aug 2020 20:35:17 -0300 Message-ID: <87a6ze3poq.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: GWZGK2IEMJLMZC5QZR5ADPTHXV5XUH3T X-Message-ID-Hash: GWZGK2IEMJLMZC5QZR5ADPTHXV5XUH3T 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 CC: Danh Doan 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: scn0 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: 0.53 X-TUID: Am00kNUUWbb1 Tomi Ollila writes: > On Wed, Jul 29 2020, David Bremner wrote: >> - | notmuch_dir_sanitize | sed -e "s,\`,\',g" -e "s,${NOTMUCH_DEFAULT_XAPIAN_BACKEND},backend,g" > OUTPUT >> + | notmuch_dir_sanitize | sed -e "s,\`,\',g" -e "s,No [^ \t]* database,No XXXXXX database,g" > OUTPUT > > Restore lost tab in the beginning of line, use [^[:space:]] for portability done, and both applied to master. Danh, you can respin your series against master now (with the one patch dropped as we discussed). d