Received: from mariecurie.labrat.space (mariecurie.labrat.space [116.203.185.229]) by mail-b.sr.ht (Postfix) with ESMTPS id 4DA83FF102 for <~sircmpwn/aerc@lists.sr.ht>; Tue, 29 Sep 2020 09:42:47 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (2048-bit key) header.d=labrat.space header.i=@labrat.space header.b=jtmYjKKA Received: from [10.99.97.3] (adsl-178-38-52-237.adslplus.ch [178.38.52.237]) by mariecurie.labrat.space (Postfix) with ESMTPSA id BCB8411F9F95; Tue, 29 Sep 2020 11:40:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=labrat.space; s=201904; t=1601372452; bh=Egr2HFAqrEkjOMbGSFtx54AIGFrVjSEk2EQlaYBb0cQ=; h=Date:In-Reply-To:References:MIME-Version:Content-Type:Subject:To: CC:From:Message-ID:From:To:CC:Date:Subject:Content-Type: Content-Disposition:Reply-To:In-Reply-To:MIME-Version:Message-ID: References; b=jtmYjKKAx0U1AXmeO2WkAMQUKnNijvpSejxcO6UXbcDTrR/lBoA1tkb35erHNUVN2 9EoAtsAos21THOHOlo8acJrMD86jlKwgzTNB5o+ptFKrsPchTXvOKGxakOTYxOBopa 4InS4s5PwoEUbxDSLn1z5Sa6H/7aITpFU6/7BWWLBxfTHsFfunvHxoDwKzrv6nSMOY jHalTBZqUVQoyFchFJV0vTMwVsjISU4oGzjf4BHCoalEkN10D88eX7AHLmeEH0rrnp 1mLfty9b+AK/kYiAN3GoYUovbzpJQDM5XtpCfVAx9Ptfn0o7GWCxMaDLdKEo4gO9HS ThsZyns7SBI8A== Date: Tue, 29 Sep 2020 11:42:43 +0200 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] on macOS, :open now can use the specified application To: JD CC: ~sircmpwn/aerc@lists.sr.ht From: Reto Message-ID: <4F15483C-BB34-4463-BF8C-F9460D159945@labrat.space> On 29 September 2020 10:37:31 CEST, JD wrote: >On Tue Sep 29, 2020 at 08:15 +0200, Reto=20 >For example, `xdg-open` supports parameters such as `--version`=2E Now, >if in aerc, we do something like `:open --version`, it will report >`Opened` but for a user, nothing will happen=2E Of course, this is some >sort of a farcorner-fetched corner case but still, should we do >something here? Nah, :open is a convenience function, nothing more=2E For fancy stuff use = :term=2E If people do funny things, it's on them=2E