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 BE4761F47D; Tue, 7 Mar 2023 22:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678228246; bh=Avq9jQPljSfFePYQKAn9qCTQlJPWge5wOHR2Tbczwgo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TqXSWACTICfYNtUbBZP3R9ghp4mX05hFjFYSr5CGenDa8E8243nCWrESkc6TNJfay dwzFVRX0mi+JUOBGiERoKXTwwmLWIEwym4jr0I1qJSXXlnjrQplFX6nd6BU+uIxkcA W87Yrxjt9DbSP1TwR8qz41LqYl58yxhAGNDDFWx8= Date: Tue, 7 Mar 2023 22:30:46 +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: <20230307223046.M658929@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> <20230307083159.M180016@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230307083159.M180016@dcvr> List-Id: Eric Wong wrote: > 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. Btw, mutt may gain a more reasonable default: https://marc.info/?i=20230307_213502_4a7Zc1MB@breakpoint.cc (not sure how I feel about underscores, though) (I brought this up a few years back, but wasn't successful: https://marc.info/?i=20210110213922.iqTO594q5DM@dcvr )