From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 11:34:24 2023 Received: (at submit) by debbugs.gnu.org; 2 Mar 2023 16:34:24 +0000 Received: from localhost ([127.0.0.1]:58229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXlst-0006Cy-Qg for submit@debbugs.gnu.org; Thu, 02 Mar 2023 11:34:24 -0500 Received: from lists.gnu.org ([209.51.188.17]:59710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXlss-0006Co-0b for submit@debbugs.gnu.org; Thu, 02 Mar 2023 11:34:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXlsr-00063f-HZ for bug-hyperbole@gnu.org; Thu, 02 Mar 2023 11:34:21 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXlsp-0007Bh-1A for bug-hyperbole@gnu.org; Thu, 02 Mar 2023 11:34:21 -0500 Date: Thu, 02 Mar 2023 16:34:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rootabega.net; s=protonmail; t=1677774855; x=1678034055; bh=sgUcPTq1Nt1rrInfaoHzhN92GNZ82ReTaZE2d9aYj6Y=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=RdNdOjkOhbAmMlLBMgnwGvoNJGwYmr5+lsFrwEtbpCrsHSbcCdo3/SwzQPw2ooIxT /K9ko/N9W2dJmNpNZKpEXvkcB4st6hr4THXHijj6H0oaiMPa7a8IkdHQuRyMY8VEET ydUBnAjvCg3nLlqIKmkcHOWwANS436N5Zcq7QrtucG+R8gNRFCn2S3A25Olo1r5eS/ EbfyN4gqP+ri9DJbGovcGOX4poaFNIJ7k71GMYzRXpaIN+EruKjd7wQse8pJhyXLPD aoLdd8myaelnLvFnoVYT+8nA5um3QyZZJOBXLaqhcZMTE6wg/O7nHN79GvYdZDz0Jw 8X/7gNNPqv5kg== To: "bug-hyperbole@gnu.org" From: John Cummings Subject: Action key does not open Emacs mail msg files from shell Message-ID: Feedback-ID: 6700448:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=john@rootabega.net; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I use: Editor: GNU Emacs 28.2 Hyperbole: 9.0.0 Sys Type: x86_64-pc-linux-gnu OS Type: gnu/linux Window Sys: None News Reader: Gnus v5.13 Install: elpa-devel, 8.0.1pre0.20230227.3018 (HyDebug) ButProps: (variable-documentation "The currently selected Hyperbo= le button. Available to action routines." lbl-key "#*message*-20230220-192= 738#" lbl-start 11965 lbl-end 11992 categ ibtypes::pathname loc # dir "/home/emacs/shellbug/examples/mail/" actype actypes::link-to-fi= le args ("#*message*-20230220-192738#")) Given: In a shell buffer, run an ls command in a directory containing a file named like this Emacs-generated mail file (the quotes are not part of the file name): '#*message*-20230220-192738#' Expected behavior: Hyperbole's smart keys will interpret this as a filename, and the action key will open that file. Actual behavior: Hyperbole does seem to interpret it as a filename, but an error occurs when hitting the action key, indicating it may not be determining the file's location correctly. A portion of that error backtrace: Debugger entered--Lisp error: (error "(hpath:find): \"#*message*-20230220= -192738#\" does n...") error("(hpath:find): \"%s\" does not exist" "#*message*-20230220-192738= #") hpath:find("#*message*-20230220-192738#") actypes::link-to-file("#*message*-20230220-192738#") Here is what hkey-help says about the name from the shell buffer: A press of the Action Key WHEN (hbut:at-p) CALLS (hui:hbut-act) WHICH WILL: =20 Execute action for optional Hyperbole button symbol BUT in current buff= er. The default is the current button. =20 (fn &optional BUT) =20 pathname BUTTON SPECIFICS: lbl-key: "#*message*-20230220-192738#" lbl-start: 11965 lbl-end: 11992 categ: ibtypes::pathname loc: # dir: "/home/emacs/shellbug/examples/mail/" actype: link-to-file args: ("#*message*-20230220-192738#") From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 22:06:37 2023 Received: (at 61919) by debbugs.gnu.org; 3 Mar 2023 03:06:37 +0000 Received: from localhost ([127.0.0.1]:59367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXvkj-0003Ud-4W for submit@debbugs.gnu.org; Thu, 02 Mar 2023 22:06:37 -0500 Received: from mail-qt1-f176.google.com ([209.85.160.176]:39600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXvkg-0003UL-K4 for 61919@debbugs.gnu.org; Thu, 02 Mar 2023 22:06:36 -0500 Received: by mail-qt1-f176.google.com with SMTP id w23so1562233qtn.6 for <61919@debbugs.gnu.org>; Thu, 02 Mar 2023 19:06:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677812789; h=to:in-reply-to:cc:references:message-id:date:subject:mime-version :from:content-transfer-encoding:from:to:cc:subject:date:message-id :reply-to; bh=YwoTwYkNmTdLezMk2QoBR3Tec91Xvqvqh4CDZa0PoEc=; b=T1oqWUqaFQ8okGxNEvHqf7ttc6DyKML2nUNVR4LjqFmzBYjcQUidZ2DSj+Eu6gyeVD N4E/gWmbE7rEAsFa920I0K9RoWgfjUBIErLLXs8u5HTHBxDyMD1J093O6fO1ZPpdaH7S wHttiZ/035+NJ82dAsMTMewSnjcQtvgl107RwJILGu5W5NWxQ6AB4mIbPvMdqDC3Ca0p 0b8Rmi9jMEzZFA184Puv73VyBuauCR+u1H6Gos+j0S4maHxK6xO2pCCW50pFz2c0yrzy ZW9dh3/+uAXnVGF2/EDLH9YdjH+KnRA5GG38JIsqnC5OvEkLn467+z2YEVGUhzPysO+J V+FA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677812789; h=to:in-reply-to:cc:references:message-id:date:subject:mime-version :from:content-transfer-encoding:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YwoTwYkNmTdLezMk2QoBR3Tec91Xvqvqh4CDZa0PoEc=; b=uCQJdyW76To48mX33XgIjuRLx9HCsuAV7HlTn+IktcIhfKbF1nUPT8+dY+U0NkMQX3 o5mj7RIzJT5qTJUsHkMNjphX5CWt2FH+TR7Ai7+yxkKkYuksxt8Lkc/+QjLYXDkTGlm+ NGMRMSWEmb+LQTFUYkht+Xt/LHjzBtf0XE2USVxp6a8NTasO9gd676dZOnNErUqEdq3z wGD9rv9YnY+N2dyzl8ieKIF+1ocnTE2yxTngLEF+tlf3hfPNWlBEPCv7ih3/zicd8u2l /VdahwZGiJSGXpw28/ejuG0CtQGmLHQrojKOxfbJ53pevFRkFdI2nxscSk77Da9Tz06q 0Drg== X-Gm-Message-State: AO0yUKWliBPSoglRF6GtBZMsHCHDIXd4j0TQk/9Y2lTIVXa/fp2fy6dA IVrtkcRXgfsVD0+vGM4X5cE= X-Google-Smtp-Source: AK7set8euxzmPCyzN6HOvXqBIaLcmjlq41fp5vToFldy8XsC+i3W9AXCtcFdPfS1JBcbxX7kw0R18g== X-Received: by 2002:a05:622a:148:b0:3bf:c382:7abd with SMTP id v8-20020a05622a014800b003bfc3827abdmr956671qtw.6.1677812788861; Thu, 02 Mar 2023 19:06:28 -0800 (PST) Received: from smtpclient.apple (ool-2f1480e0.dyn.optonline.net. [47.20.128.224]) by smtp.gmail.com with ESMTPSA id m19-20020a05622a055300b003b2957fb45bsm990458qtx.8.2023.03.02.19.06.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Mar 2023 19:06:28 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Robert Weiner Mime-Version: 1.0 (1.0) Subject: Re: bug#61919: Action key does not open Emacs mail msg files from shell Date: Thu, 2 Mar 2023 22:06:17 -0500 Message-Id: References: In-Reply-To: To: John Cummings X-Mailer: iPhone Mail (20D67) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61919 Cc: 61919@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi John: Thanks. We are working on resolving this. =E2=80=94 rsw > On Mar 2, 2023, at 11:39 AM, John Cummings wrote: >=20 > =EF=BB=BFI use: Editor: GNU Emacs 28.2 > Hyperbole: 9.0.0 > Sys Type: x86_64-pc-linux-gnu > OS Type: gnu/linux > Window Sys: None > News Reader: Gnus v5.13 > Install: elpa-devel, 8.0.1pre0.20230227.3018 > (HyDebug) ButProps: (variable-documentation "The currently selected Hyperb= ole button. Available to action routines." lbl-key "#*message*-20230220-192= 738#" lbl-start 11965 lbl-end 11992 categ ibtypes::pathname loc # dir "/home/emacs/shellbug/examples/mail/" actype actypes::link-to-file= args ("#*message*-20230220-192738#")) >=20 > Given: > In a shell buffer, run an ls command in a directory containing a file > named like this Emacs-generated mail file (the quotes are not part of > the file name): '#*message*-20230220-192738#' >=20 > Expected behavior: > Hyperbole's smart keys will interpret this as a filename, and the > action key will open that file. >=20 > Actual behavior: > Hyperbole does seem to interpret it as a filename, but an error occurs > when hitting the action key, indicating it may not be determining the > file's location correctly. A portion of that error backtrace: >=20 > Debugger entered--Lisp error: (error "(hpath:find): \"#*message*-20230220= -192738#\" does n...") > error("(hpath:find): \"%s\" does not exist" "#*message*-20230220-192738= #") > hpath:find("#*message*-20230220-192738#") > actypes::link-to-file("#*message*-20230220-192738#") >=20 > Here is what hkey-help says about the name from the shell buffer: >=20 > A press of the Action Key > WHEN (hbut:at-p) > CALLS (hui:hbut-act) WHICH WILL: >=20 > Execute action for optional Hyperbole button symbol BUT in current buff= er. > The default is the current button. >=20 > (fn &optional BUT) >=20 > pathname BUTTON SPECIFICS: > lbl-key: "#*message*-20230220-192738#" > lbl-start: 11965 > lbl-end: 11992 > categ: ibtypes::pathname > loc: # > dir: "/home/emacs/shellbug/examples/mail/" > actype: link-to-file > args: ("#*message*-20230220-192738#") >=20 >=20 >=20 > _______________________________________________ > Bug-hyperbole mailing list > Bug-hyperbole@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-hyperbole From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 19:39:07 2023 Received: (at 61919) by debbugs.gnu.org; 13 Mar 2023 23:39:07 +0000 Received: from localhost ([127.0.0.1]:35806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbrkx-00015m-BB for submit@debbugs.gnu.org; Mon, 13 Mar 2023 19:39:07 -0400 Received: from mail-qt1-f169.google.com ([209.85.160.169]:46908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbrkv-00015I-OQ for 61919@debbugs.gnu.org; Mon, 13 Mar 2023 19:39:06 -0400 Received: by mail-qt1-f169.google.com with SMTP id c19so15031253qtn.13 for <61919@debbugs.gnu.org>; Mon, 13 Mar 2023 16:39:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678750740; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=oupdHO08aE3ox2VW1nG9FwfqQ+0XC9NaHf9dE9nLRd8=; b=wp4qN/S+5RWN/as2EMJQx6MpSKEn/i79BmKupeoJqBUffAvh5fPVjwQCRHZ6UUIU1b 5hfSAReCrzqOWBES/mVuNyHN2GBw9CYtoKspIqZQVoBTDvGPHLbZpFYog8g5sxWRbOaY ncyva4FOA2QBTA/TnAU6vupMqVCmdQK/cA4Mu4ugi9XqrJc5mx4wG0nO8hasDd8WMb1a kRNJNDRHIKOT+R6Lecj0q8ObRLimOrHu7otExF1+50qgwGeccDEfMbqsb3no94tcW09I ZhWRxW3DJa9BPH0LxgLevYIcaqmzG6nbtweDsolmpXvSYf5duSuqRkEhaterRzcAqMtn +4CQ== X-Gm-Message-State: AO0yUKUyT+B+GOYZl/plMGwoSSl4hcnKyV2CdBQzi/AbwQRwdhQYzCvJ FBw9l8xPjXkKsCMiT88YI2FhiHsE6LA= X-Google-Smtp-Source: AK7set9dThIYc28WNM3k8znFyVhQnC8u2rQ0laARgKwCQ3HpNk+U0d9klodu1JBt4kkP6r3bAoIU8w== X-Received: by 2002:ac8:5d8c:0:b0:3bf:cf77:a861 with SMTP id d12-20020ac85d8c000000b003bfcf77a861mr23163776qtx.4.1678750740189; Mon, 13 Mar 2023 16:39:00 -0700 (PDT) Received: from water-imac-3.local.gnu.org (ool-2f1480e0.dyn.optonline.net. [47.20.128.224]) by smtp.gmail.com with ESMTPSA id w2-20020ac84d02000000b003b63a734434sm727609qtv.52.2023.03.13.16.38.59 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 13 Mar 2023 16:38:59 -0700 (PDT) From: Bob Weiner To: John Cummings Subject: Re: bug#61919: Action key does not open Emacs mail msg files from shell References: Date: Mon, 13 Mar 2023 19:38:59 -0400 In-Reply-To: (John Cummings's message of "Thu, 02 Mar 2023 16:34:07 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 61919 Cc: 61919@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi John: This has been fixed in a recent Hyperbole pre-release at elpa-devel. Thanks for reporting it. I will close this issue. -- rsw John Cummings writes: > I use: Editor: GNU Emacs 28.2 > Hyperbole: 9.0.0 > Sys Type: x86_64-pc-linux-gnu > OS Type: gnu/linux > Window Sys: None > News Reader: Gnus v5.13 > Install: elpa-devel, 8.0.1pre0.20230227.3018 > (HyDebug) ButProps: (variable-documentation "The currently selected Hyperbole button. Available to action routines." lbl-key "#*message*-20230220-192738#" lbl-start 11965 lbl-end 11992 categ ibtypes::pathname loc # dir "/home/emacs/shellbug/examples/mail/" actype actypes::link-to-file args ("#*message*-20230220-192738#")) > > Given: > In a shell buffer, run an ls command in a directory containing a file > named like this Emacs-generated mail file (the quotes are not part of > the file name): '#*message*-20230220-192738#' > > Expected behavior: > Hyperbole's smart keys will interpret this as a filename, and the > action key will open that file. > > Actual behavior: > Hyperbole does seem to interpret it as a filename, but an error occurs > when hitting the action key, indicating it may not be determining the > file's location correctly. A portion of that error backtrace: > > Debugger entered--Lisp error: (error "(hpath:find): \"#*message*-20230220-192738#\" does n...") > error("(hpath:find): \"%s\" does not exist" "#*message*-20230220-192738#") > hpath:find("#*message*-20230220-192738#") > actypes::link-to-file("#*message*-20230220-192738#") > > Here is what hkey-help says about the name from the shell buffer: > > A press of the Action Key > WHEN (hbut:at-p) > CALLS (hui:hbut-act) WHICH WILL: > > Execute action for optional Hyperbole button symbol BUT in current buffer. > The default is the current button. > > (fn &optional BUT) > > pathname BUTTON SPECIFICS: > lbl-key: "#*message*-20230220-192738#" > lbl-start: 11965 > lbl-end: 11992 > categ: ibtypes::pathname > loc: # > dir: "/home/emacs/shellbug/examples/mail/" > actype: link-to-file > args: ("#*message*-20230220-192738#") From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 19:41:19 2023 Received: (at control) by debbugs.gnu.org; 13 Mar 2023 23:41:19 +0000 Received: from localhost ([127.0.0.1]:35814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbrn5-00019c-5w for submit@debbugs.gnu.org; Mon, 13 Mar 2023 19:41:19 -0400 Received: from mail-qt1-f171.google.com ([209.85.160.171]:39858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbrn4-00019R-1c for control@debbugs.gnu.org; Mon, 13 Mar 2023 19:41:18 -0400 Received: by mail-qt1-f171.google.com with SMTP id w23so15103043qtn.6 for ; Mon, 13 Mar 2023 16:41:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678750872; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=/kvDk+I7wmXn3IUSbmmhQSI2FnQmE6G/bwnhFfbMUi8=; b=BMX08qo6Y2DdP5bBIKHgtVDx2tqTLdzBTxfmn9QXeXGvdsrv0jHDpTCFxZ9z9cL1S0 dNbBk3hu5kFDGvz27qyx3eHWCWNQ8Nj3r/VznFfe/mBYUKgN5BMyKWVq0Y2xNSeOOrU6 Pvpury1bC0T5rKq7aIZXZjjJ7KH84J0xdpm7EsXD2ol5xOMQcdORzjeWY957Akn5HPhb ueoGxXGe55V4y+YLIHU++jDyo/LDAuST04NZPKWy7+8FbTPpe52Kp5Y8+4x05nNTNh+B teZ4NscpN3Xoo+jICzKJtzVVAUmu5rXqcgbEVtG+mN+n8jDb4+u530tBacDMu1jvJrOe CUDA== X-Gm-Message-State: AO0yUKUSaKxRzGSaDERMn34nyuajXrpYUJD6tuflbYQURRoBd6yyw/mr OINPfBsBZo3bwTxV/xJKT3z1QFq4P20= X-Google-Smtp-Source: AK7set+fZJ7Wi4GPvdpdfEJrCaxIUz4PzhRKqUYsqdQ2ftHdSE37PXCYYk5ZUBGdvrrihS21alQq9g== X-Received: by 2002:a05:622a:118a:b0:3bf:cc1b:9512 with SMTP id m10-20020a05622a118a00b003bfcc1b9512mr29806069qtk.1.1678750872530; Mon, 13 Mar 2023 16:41:12 -0700 (PDT) Received: from water-imac-3.local.gnu.org (ool-2f1480e0.dyn.optonline.net. [47.20.128.224]) by smtp.gmail.com with ESMTPSA id z130-20020a376588000000b00706c1f7a608sm618963qkb.89.2023.03.13.16.41.12 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 13 Mar 2023 16:41:12 -0700 (PDT) From: Bob Weiner To: control@debbugs.gnu.org Subject: Close bugs 61918, 61919 and 61920 - shell filename handling issues References: Date: Mon, 13 Mar 2023 19:41:11 -0400 In-Reply-To: (John Cummings's message of "Thu, 02 Mar 2023 16:29:50 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) close 61918 close 61919 close 61920 From unknown Sat Aug 16 21:11:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 11 Apr 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator