From unknown Sat Jun 21 10:18:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41274 <41274@debbugs.gnu.org> To: bug#41274 <41274@debbugs.gnu.org> Subject: Status: [PATCH 9/9] * lisp/epa.el (epa-show-key): New command Reply-To: bug#41274 <41274@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:18:25 +0000 retitle 41274 [PATCH 9/9] * lisp/epa.el (epa-show-key): New command reassign 41274 emacs submitter 41274 Jonas Bernoulli severity 41274 normal tag 41274 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 14 15:13:46 2020 Received: (at submit) by debbugs.gnu.org; 14 May 2020 19:13:46 +0000 Received: from localhost ([127.0.0.1]:34894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZJIf-0001SV-Pw for submit@debbugs.gnu.org; Thu, 14 May 2020 15:13:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:49264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZJIb-0001S0-CF for submit@debbugs.gnu.org; Thu, 14 May 2020 15:13:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZJIb-0005rO-7f for bug-gnu-emacs@gnu.org; Thu, 14 May 2020 15:13:41 -0400 Received: from mail.hostpark.net ([212.243.197.30]:50340) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZJIY-0005QM-8y for bug-gnu-emacs@gnu.org; Thu, 14 May 2020 15:13:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id BE3BE166C0 for ; Thu, 14 May 2020 21:13:27 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id ghJtAMif2AHg for ; Thu, 14 May 2020 21:13:27 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id EF9221667E for ; Thu, 14 May 2020 21:13:26 +0200 (CEST) From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org Subject: [PATCH 9/9] * lisp/epa.el (epa-show-key): New command Date: Thu, 14 May 2020 21:13:25 +0200 Message-Id: <20200514191325.22061-10-jonas@bernoul.li> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200514191325.22061-1-jonas@bernoul.li> References: <20200514191325.22061-1-jonas@bernoul.li> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/14 15:13:27 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) Users can move in `epa-key-list-mode' buffers using either `next-line'/`previous-line' or `widget-forward'/`widget-backward'. When using the first set of commands, then the cursor stays in the column and that normally is the first column. The key widgets do not begin until the third character of their respective lines. All `epa' commands work regardless of whether the cursor is on the widget or before them. The `epa-show-key' command did not exist until now because the `widget-button-press' already performs its task. But because the widgets don't span complete lines we actually need this command too. --- lisp/epa.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/epa.el b/lisp/epa.el index 1e0a0132d2..fe5dd4321a 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -25,7 +25,9 @@ (require 'epg) (require 'font-lock) (require 'widget) -(eval-when-compile (require 'wid-edit)) +(eval-when-compile + (require 'subr-x) + (require 'wid-edit)) (require 'derived) ;;; Options @@ -192,6 +194,7 @@ epa-key-list-mode-map (let ((keymap (make-sparse-keymap)) (menu-map (make-sparse-keymap))) (set-keymap-parent keymap widget-keymap) + (define-key keymap "\C-m" 'epa-show-key) (define-key keymap "m" 'epa-mark-key) (define-key keymap "u" 'epa-unmark-key) (define-key keymap "d" 'epa-decrypt-file) @@ -518,6 +521,14 @@ epa-select-keys ;;;; Key Details +(defun epa-show-key () + "Show a key on the current line." + (interactive) + (if-let ((key (get-text-property (point) 'epa-key))) + (save-selected-window + (epa--show-key key)) + (error "No key on this line"))) + (defun epa--show-key (key) (let* ((primary-sub-key (car (epg-key-sub-key-list key))) (entry (assoc (epg-sub-key-id primary-sub-key) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 14 18:13:21 2020 Received: (at control) by debbugs.gnu.org; 14 May 2020 22:13:21 +0000 Received: from localhost ([127.0.0.1]:35141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZM6T-0006jR-5e for submit@debbugs.gnu.org; Thu, 14 May 2020 18:13:21 -0400 Received: from mail-yb1-f174.google.com ([209.85.219.174]:35642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZM6R-0006jB-QR for control@debbugs.gnu.org; Thu, 14 May 2020 18:13:20 -0400 Received: by mail-yb1-f174.google.com with SMTP id o134so91503ybg.2 for ; Thu, 14 May 2020 15:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:date:message-id:subject:to; bh=9XTM1nbijf8bjzMiISaZqr5wuvD1aLIesA7dzLTrY14=; b=IiutqSzF694J2E0euEOm5JBWqRVLXLjEOmaqd16S0C2otxeyR/5pkX5HugrxfOPLYk XdUbq6JyG2DHTDCaMKnqIJzvVmbMC5x5pggJwexC7/iqlCNW1h0hxv7llet0z9Rhf0F1 wpdL8j8gNcolua6zTO/cf/vc3Eg5HP/SQtdHABTLsIGhfmM+wm2xdml2OkmpIjNX8iY/ SDyIYodfQ/cut2DgzRgVl48MHbvmzvHyvQm1SBzbJt7n+x9rV+qKlkdRgyQ7tEzDbvA0 0FabnB/QIMDYU8Jb9zaxr4J/XSuknBHzUvNxwkcwgkGX3RYdWiMiE1sPUXBe6k2Ifzrm gvRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=9XTM1nbijf8bjzMiISaZqr5wuvD1aLIesA7dzLTrY14=; b=tS/PSWvA8/TAAY5bBgXntq+oLSRSsqTIvS7hNVUNUXTgVO32fR6IDYzK8PFHFMJJkP k4Ye+Vm4aP8vmslCPUeZTxbFx6dFCWY9wmeGLCBBQyME6g3ttqI0Fgt3+Sv9Kp4wiVIj 5H2E867t3soJf8bA1D0XRdAbF6DjDnpTzG4hEV/jnD9pfENQwDL5SlgHXQDNOu/8pKfo LFlzthHLi+s2IuIHB+AlgpQRV1oM1nEou/0xLOM0/b21bxrG1yMCO25sX+Kkkt10s4xe VUi6x2Hud88wkF4qwkhN8YpSa8H4SnkkFLiaffd+cMR7PBeASIvXJXygvENfv4ieKhPs EjGg== X-Gm-Message-State: AOAM531SYmq/y7O/fMPYEMLkWmj+cHjSJqq57KLtnKgcELBfxb2YthSv ANwxaKdW2Iv0+aHr8/B1usdcV/n+2ubTflQjghChVA== X-Google-Smtp-Source: ABdhPJz3YcafrW3delCPylHMf1R4zSxhNVMXiqocJSJEW8UunLBDXP38ZRcTd5RHX5UvMugbxd6uRtE8WKaX3Gs/6i0= X-Received: by 2002:a25:ad4c:: with SMTP id l12mr697216ybe.389.1589494393971; Thu, 14 May 2020 15:13:13 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 14 May 2020 15:13:13 -0700 From: Stefan Kangas MIME-Version: 1.0 Date: Thu, 14 May 2020 15:13:13 -0700 Message-ID: Subject: merge bugs To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) 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: -1.0 (-) forcemerge 41276 41268 forcemerge 41276 41269 forcemerge 41276 41270 forcemerge 41276 41271 forcemerge 41276 41272 forcemerge 41276 41273 forcemerge 41276 41274 forcemerge 41276 41275 forcemerge 41276 41277 thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 23 18:57:46 2020 Received: (at 41274) by debbugs.gnu.org; 23 Jun 2020 22:57:46 +0000 Received: from localhost ([127.0.0.1]:37390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnrrO-0000d2-0e for submit@debbugs.gnu.org; Tue, 23 Jun 2020 18:57:46 -0400 Received: from mail-wr1-f41.google.com ([209.85.221.41]:37873) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnrrM-0000cq-Jy for 41274@debbugs.gnu.org; Tue, 23 Jun 2020 18:57:45 -0400 Received: by mail-wr1-f41.google.com with SMTP id a6so280227wrm.4 for <41274@debbugs.gnu.org>; Tue, 23 Jun 2020 15:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=uA1sOLEZCF3FR+7yct/VNUzSZlCfdbZbqnWMOZBjMKo=; b=SD/gX7TJGYiDY9HJDY3ZINJvVzQLyU9u9X+ShjkUxmqnjvRGs4DJRzBbbdo8hcaDOH qc7ij2fVhYf/EiEir54FDGTg62uE9gJ9FwBkDjfz5ifvTLstd33U0pSAdZCvSEVfafnu bKCr2IqMvi6z1M9jFbKMGdA7a5VqLze9ETH5RnbCG8wh828vuSDdDcLfWVI+Com49APw RjXaOmVZ4ceIhgexADdR99L0AVEy6NZFhdkm64EOV67RqokiAIDz5bL9rLN+385JmHLK F1eeFEe2UFjG3B7OL8fg3AblZjCDtoP6jI547Y7p+04KYC0vgKr/79UIC0Z02sy2pJa+ SZUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=uA1sOLEZCF3FR+7yct/VNUzSZlCfdbZbqnWMOZBjMKo=; b=I6bJCrwxBRWAVGO5VOWaHc+6spP82EFzctSFjrxGXa0QcdkYzZQniWQDSuKoxJ6gJ6 dFxqjx8mhaQcwjdc905Rt3F5zbiNZ+3EsivM5LHr+MvpbChBmY2BL20/KPMWwQOFSoao LcGiMcT4J7CIRyM5GaJncJMDNp+LwZIBPnG2kmxFtGfLXGhxG/7MW9Viz0eQXa0qW5Dv opqVL4HhhIdV8tHpGrrY3s6RJnkyesb3x3SuwccEuu4ZFjRuI0BAw1vzOrz74TQpkDMi YtEjtQ4547huaFSt6kd/7TD/VPAKPr871EexgOMDgNsx+WUujpAEt4uzIQM3Nf1QxCCL Wmkw== X-Gm-Message-State: AOAM532SkrDEzav0VPim3RFwbcL9WLhDAP+tkUPlu3REVx+919pgWKJD L9vwZ8nSEHS4hmeRMWJrmkX//A== X-Google-Smtp-Source: ABdhPJyiUxm2kUkZhi/Qh4MDIQKNiIx8Uqh5W03lgfMidFibKiaIhNIx9t1rq97pgI3GxOqEYSX5Iw== X-Received: by 2002:a5d:5191:: with SMTP id k17mr19627922wrv.20.1592953058955; Tue, 23 Jun 2020 15:57:38 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:92bd:1bfd:38fc:fae2]) by smtp.gmail.com with ESMTPSA id f186sm5379975wmf.29.2020.06.23.15.57.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Jun 2020 15:57:38 -0700 (PDT) From: "Basil L. Contovounesios" To: Jonas Bernoulli Subject: Re: bug#41274: [PATCH 9/9] * lisp/epa.el (epa-show-key): New command References: <20200514191325.22061-1-jonas@bernoul.li> <20200514191325.22061-10-jonas@bernoul.li> Date: Tue, 23 Jun 2020 23:57:37 +0100 In-Reply-To: <20200514191325.22061-10-jonas@bernoul.li> (Jonas Bernoulli's message of "Thu, 14 May 2020 21:13:25 +0200") Message-ID: <87y2odmlum.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41274 Cc: 41274@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 (-) Jonas Bernoulli writes: > diff --git a/lisp/epa.el b/lisp/epa.el > index 1e0a0132d2..fe5dd4321a 100644 > --- a/lisp/epa.el > +++ b/lisp/epa.el > @@ -25,7 +25,9 @@ > (require 'epg) > (require 'font-lock) > (require 'widget) > -(eval-when-compile (require 'wid-edit)) > +(eval-when-compile > + (require 'subr-x) > + (require 'wid-edit)) > (require 'derived) > > ;;; Options > @@ -518,6 +521,14 @@ epa-select-keys > > ;;;; Key Details > > +(defun epa-show-key () > + "Show a key on the current line." > + (interactive) > + (if-let ((key (get-text-property (point) 'epa-key))) > + (save-selected-window > + (epa--show-key key)) > + (error "No key on this line"))) If you prefer, you can avoid loading subr-x via (let ((key (or (get-text-property ...) (error ...)))) ...) -- Basil From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 11:34:36 2020 Received: (at 41274) by debbugs.gnu.org; 7 Jul 2020 15:34:36 +0000 Received: from localhost ([127.0.0.1]:36525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jspcC-0000DV-9Y for submit@debbugs.gnu.org; Tue, 07 Jul 2020 11:34:36 -0400 Received: from mail.hostpark.net ([212.243.197.30]:60958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jspc9-0000DN-T9 for 41274@debbugs.gnu.org; Tue, 07 Jul 2020 11:34:34 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 4201B166AB; Tue, 7 Jul 2020 17:34:33 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id yjoXfGhKkEkn; Tue, 7 Jul 2020 17:34:33 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 19F3C163FC; Tue, 7 Jul 2020 17:34:33 +0200 (CEST) From: Jonas Bernoulli To: "Basil L. Contovounesios" Subject: Re: bug#41274: [PATCH 9/9] * lisp/epa.el (epa-show-key): New command In-Reply-To: <87y2odmlum.fsf@tcd.ie> References: <20200514191325.22061-1-jonas@bernoul.li> <20200514191325.22061-10-jonas@bernoul.li> <87y2odmlum.fsf@tcd.ie> Date: Tue, 07 Jul 2020 17:34:32 +0200 Message-ID: <87tuyjxrsn.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41274 Cc: 41274@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.7 (-) "Basil L. Contovounesios" writes: > If you prefer, you can avoid loading subr-x via > > (let ((key (or (get-text-property ...) > (error ...)))) > ...) I do not prefer that, so I haven't done it. Tell me if I *should* do it. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 06 03:26:37 2020 Received: (at control) by debbugs.gnu.org; 6 Aug 2020 07:26:37 +0000 Received: from localhost ([127.0.0.1]:53004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3aIP-0003OJ-44 for submit@debbugs.gnu.org; Thu, 06 Aug 2020 03:26:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3aIN-0003O5-U5 for control@debbugs.gnu.org; Thu, 06 Aug 2020 03:26:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Ro3VbEReJMrsQLVgNCCZOW72n0NoAyAM66R44XNC/QM=; b=pjtluj4Lq35IG8FPyPIY/QejtM br9EZFWKC6WWSH2bP9Z3Kply4HxfZlHTQ4IkudmDaLH3dR9pUvTkXz+3ntxUR04wU6zSWYsSDfUJ/ TCh9ErsBAi4ic4oeu82mTM/wU/57kglEIzGZYAQVCax0QqinlPTSvSFZG5XnyVuAGYlE=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k3aIG-0006yr-6U for control@debbugs.gnu.org; Thu, 06 Aug 2020 09:26:30 +0200 Date: Thu, 06 Aug 2020 09:26:27 +0200 Message-Id: <87o8nofd5o.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #41276 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 41276 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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: -1.0 (-) close 41276 quit From unknown Sat Jun 21 10:18:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 03 Sep 2020 11:24:09 +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