From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AO4SJ0/5JV/sVAAA0tVLHw (envelope-from ) for ; Sat, 01 Aug 2020 23:22:55 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id YBb4Ik/5JV8THgAA1q6Kng (envelope-from ) for ; Sat, 01 Aug 2020 23:22:55 +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 341B39403EC for ; Sat, 1 Aug 2020 23:22:53 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 763092884D; Sat, 1 Aug 2020 19:22:44 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id B5CA1287B3 for ; Sat, 1 Aug 2020 19:22:41 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 0D91A5FA66; Sat, 1 Aug 2020 19:22:40 -0400 (EDT) Received: (nullmailer pid 302967 invoked by uid 1000); Sat, 01 Aug 2020 23:22:38 -0000 From: David Bremner To: Greg Anders , Stefano Zacchiroli Subject: Re: [Kevin McCarthy] Bug#966100: notmuch-mutt: symlinking now fails for indexed mailboxes with a space in the name In-Reply-To: <20200726211059.GA91635@Kepler> References: <159546998738.232977.10166967333633103899.reportbug@afu.lan> <87eep2o90a.fsf@tethera.net> <20200723104538.s474yxb53tx47peu@upsilon.cc> <20200726211059.GA91635@Kepler> Date: Sat, 01 Aug 2020 20:22:38 -0300 Message-ID: <87d04a3q9t.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: NUTVE2URV36SZUHSIU6X2K3LMJUNA4PS X-Message-ID-Hash: NUTVE2URV36SZUHSIU6X2K3LMJUNA4PS 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: notmuch@notmuchmail.org 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: /6kHWe0qYIPr Greg Anders writes: > From 92221d856e663450c1f55b9ec9a6aa69b4d27b3d Mon Sep 17 00:00:00 2001 > From: Greg Anders > Date: Sun, 26 Jul 2020 14:57:56 -0600 > Subject: [PATCH] notmuch-mutt: quote variables to prevent word splitting > > This fixes a bug where mail under directories with spaces in their names > would not be found. I have the impression that Tomi's patch is a more thorough solution to the same problem (although I didn't test it). https://nmbug.notmuchmail.org/nmweb/search/id%3A20200727193833.4654-1-tomi.ollila%40iki.fi I would appreciate it if one of you could confirm or deny