From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 47B601F47D; Tue, 7 Mar 2023 08:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678177919; bh=iS0TVp7ApONn/zOqlwYmhTPs4HQCuZEYV/1ysQzkX5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n/XVvOccuGY7eZR/MoMI1rTGpqXOTyZwLnw4lb4aj/th+ddODVVZYlRP3VJyVlSWB cMi1qzRmSFS1wHVWr53cx3UQwfBpkgRNBzOMlzHbzPqDoxH2brkJ+iL5+DJLg5i4dh yTHxHPEzPp2hFD6T30aTkI9p53JvitLzy4XoIbEM= Date: Tue, 7 Mar 2023 08:31:59 +0000 From: Eric Wong To: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , meta@public-inbox.org Subject: Re: Bug related to (maybe?) / in Message-Id Message-ID: <20230307083159.M180016@dcvr> References: <20230216210546.eo73kyzvtzaxwxko@pengutronix.de> <20230216213628.M187845@dcvr> <20230217085255.xcsaoozloz2yuxil@pengutronix.de> <20230217102828.M907338@dcvr> <20230218175857.b6g7aqx7inhbduxz@t-8ch.de> <54bafa02-ea32-4885-a089-0a18e93cc5bc@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <54bafa02-ea32-4885-a089-0a18e93cc5bc@t-8ch.de> List-Id: Thomas Weißschuh wrote: > > # in file "msgid" next to muttrc > > # put any command within the backticks > > my_hdr Message-ID: <`uuidgen -r`@t-8ch.de> I didn't notice this earlier, but IMHO having Message-IDs prefixed with `%Y%m%d%H%M%S' can convey human-meaningful information in the URL without having to open the URL. (I made git-send-email do that in 2016, too)