From unknown Fri Aug 15 15:30:41 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#76635 <76635@debbugs.gnu.org> To: bug#76635 <76635@debbugs.gnu.org> Subject: Status: [PATCH v2] gnu: Add dte. Reply-To: bug#76635 <76635@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:30:41 +0000 retitle 76635 [PATCH v2] gnu: Add dte. reassign 76635 guix-patches submitter 76635 ashish.is@lostca.se severity 76635 normal tag 76635 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 04:45:02 2025 Received: (at submit) by debbugs.gnu.org; 28 Feb 2025 09:45:02 +0000 Received: from localhost ([127.0.0.1]:45232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnwvV-000579-Ny for submit@debbugs.gnu.org; Fri, 28 Feb 2025 04:45:02 -0500 Received: from lists.gnu.org ([2001:470:142::17]:39976) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnwvS-00056r-9r for submit@debbugs.gnu.org; Fri, 28 Feb 2025 04:44:59 -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 1tnwvG-0001Tc-AE for guix-patches@gnu.org; Fri, 28 Feb 2025 04:44:50 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tnwvE-0005eL-6O for guix-patches@gnu.org; Fri, 28 Feb 2025 04:44:46 -0500 Received: from localhost.localdomain (2a02-9140-3880-f600-9094-0e3b-a81a-f7fe.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3880:f600:9094:e3b:a81a:f7fe]) (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) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id C7D6CD01A; Fri, 28 Feb 2025 09:44:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1740735881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hqKI54hywuimEZK6sAujGhF8CvlO7zPbB8p8kzJklz0=; b=YcVapy2cmtK7azL+3UUExuTqjXeVB6eISHh2sRdTXGiglW0pFYqITFHkFUymSqAVVZ8jUu lt8Ck1X9OGLGYJXi5yPQhT7iwEn8nNWBr09LG63k3AXHY9/4UizAvkemEalyx2KCEyv7q1 saSnol84oXdF4O0UXALCi62mVhAFVSY= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dte. Date: Fri, 28 Feb 2025 10:42:10 +0100 Message-ID: <1f65435f619972b542313f40b8e06c105382e672.1740735729.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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.1 (/) From: Ashish SHUKLA * gnu/packages/text-editors.scm (dte): New variable. Change-Id: I1fdee33377b055a43cf61364f43a6dcbaf04a024 --- Hi, This patch adds dte, a console based text editor, which is fairly fast, portable, and has a few modern features. Thanks! gnu/packages/text-editors.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index e96fceb510..d006b7909d 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2024 Murilo ;;; Copyright © 2025 Ashvith Shetty ;;; Copyright © 2025 Sharlatan Hellseher +;;; Copyright © 2025 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -104,6 +105,7 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages image) #:use-module (gnu packages lesstif) #:use-module (gnu packages libbsd) + #:use-module (gnu packages linux) #:use-module (gnu packages lisp-check) #:use-module (gnu packages lisp-xyz) #:use-module (gnu packages llvm) @@ -1898,3 +1900,34 @@ (define-public xnedit "XNEdit is a fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.") (license license:gpl2+))) + +(define-public dte + (package + (name "dte") + (version "1.11.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/craigbarnes/dte") + (commit (string-append "v" version)))) + (sha256 + (base32 + "1q43jvhj6r1ws58ngpcq8mzj4di7mj2a4bmigk9zy0f3riagnlv1")))) + (build-system gnu-build-system) + (native-inputs + (list util-linux)) + (arguments + (list + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + (string-append "prefix=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://gitlab.com/craigbarnes/dte/") + (synopsis "Small and easy to use console text editor.") + (description + "@command{dte} is a portable console text editor with features like multiple buffers/tabs, +syntax highlighting, customizable color scheme (including support for 24-bit true +colours), kitty keyboard protocol, editorconfig support, amongst other features.") + (license license:gpl2))) base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 04 20:00:41 2025 Received: (at 76635) by debbugs.gnu.org; 5 Mar 2025 01:00:41 +0000 Received: from localhost ([127.0.0.1]:33666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tpd7m-00048L-0Z for submit@debbugs.gnu.org; Tue, 04 Mar 2025 20:00:41 -0500 Received: from mail.envs.net ([5.199.136.28]:57112) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tpd7h-00047y-7I for 76635@debbugs.gnu.org; Tue, 04 Mar 2025 20:00:36 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 58AD338A3FC3; Wed, 5 Mar 2025 01:00:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1741136431; bh=AyjxtlQpxbxD10xwN9ndG2R/1tU7IjkDYT2cdq51fWI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=QcEQZsfIsa8mUR+2x4Ma8bjmCpXHu/INB7CVNWheeEJYah1vkZY2a/vU25ntjVx5q xtKMZsjMolHqn9w05kmZA8ZRrzwMoHAaNFic4mBh+uUAN85xTIEv/Pn0S26WHIAHYv 9pEeitluPRR9h8ZxOPCrFKwgdxXizQ8Pd3eugfuDg1oKP1YX6xWRb89/Sdu1zXoQ9u n42PBgGbNAGzdbIoilpZyD32QHX+/NkybjjYlHZrhoGpOQX7c2xybfe59AOoJ8YEwa GYmwmnKpjka1kQyQbwwviHUHlGZrpf5oHRZkHD59cdy9HSh2Q2aruI4U3GYlma3Mo5 NsIfu5DtDw7gSiL3XfeOVEkJiJLvxvQApwKtoxm9ZP0okkvGAM1TyR2edHkz/cafHC r7G/A4SJ4jbzUjZ/S/IrVl6hIacXNT/uMmJFzaFKj1s0LLGeVlTMoTzIBvFt1AB2jo e5X+okGYt56OrKWETC+4FJBU1DCwjFz1REvrty30B2diwxkC0P7wL+ULYbMiqoM4WX KLzqMCc5BbvLhvdb5QeWBjLKNKFkztKz+6dFcjwTk/NUUulBSOqpLzAKkdSlL27tNk nyI/X7vGf4GVhk4AxoFgWKkh1h3C+X3ceRBngS4DidTYduu6PAqxYaB7Wg2pVsvTMa hzkny6FbkD2/vzxH2JB8rq5k= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Caxpk4S-xLvr; Wed, 5 Mar 2025 01:00:27 +0000 (UTC) Received: from localhost (unknown [112.44.104.132]) (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.envs.net (Postfix) with ESMTPSA; Wed, 5 Mar 2025 01:00:27 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 5be5dac5; Wed, 5 Mar 2025 01:04:37 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: ashish.is@lostca.se Subject: Re: [bug#76635] [PATCH] gnu: Add dte. In-Reply-To: <1f65435f619972b542313f40b8e06c105382e672.1740735729.git.ashish.is@lostca.se> (ashish is's message of "Fri, 28 Feb 2025 10:42:10 +0100") References: <1f65435f619972b542313f40b8e06c105382e672.1740735729.git.ashish.is@lostca.se> Date: Wed, 05 Mar 2025 09:04:37 +0800 Message-ID: <87mse0thi2.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76635 Cc: 76635@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 (-) Hello, ashish.is@lostca.se writes: > [...] > +(define-public dte > + (package > + (name "dte") > + (version "1.11.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://gitlab.com/craigbarnes/dte") > + (commit (string-append "v" version)))) > + (sha256 > + (base32 > + "1q43jvhj6r1ws58ngpcq8mzj4di7mj2a4bmigk9zy0f3riagnlv1")))) When using git-fetch, it's required to also use '(file-name (git-file-name ...))'. > + (build-system gnu-build-system) > + (native-inputs > + (list util-linux)) > + (arguments > + (list > + #:make-flags > + #~(list (string-append "CC=" #$(cc-for-target)) > + (string-append "prefix=" #$output)) > + #:phases > + #~(modify-phases %standard-phases > + (delete 'configure)))) > + (home-page "https://gitlab.com/craigbarnes/dte/") Prefer a real home page if existed, so should be: https://craigbarnes.gitlab.io/dte/ > + (synopsis "Small and easy to use console text editor.") synopsis should not ends with '.'. Otherwise looks good, could you send an update patch? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 05 09:08:41 2025 Received: (at 76635) by debbugs.gnu.org; 5 Mar 2025 14:08:41 +0000 Received: from localhost ([127.0.0.1]:36281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tppQO-0006YY-Fz for submit@debbugs.gnu.org; Wed, 05 Mar 2025 09:08:40 -0500 Received: from anamika.lostca.se ([65.21.75.227]:47866) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tppQI-0006Xy-Pz for 76635@debbugs.gnu.org; Wed, 05 Mar 2025 09:08:35 -0500 Received: from localhost.localdomain (2a02-9140-3880-fb00-ab41-0dd4-7544-8013.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3880:fb00:ab41:dd4:7544:8013]) (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) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 86827E8BC; Wed, 5 Mar 2025 14:08:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1741183706; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c2WNZGEWg6PrGTjU/B3VlinWNe5ksGCwnU3ow5USbk8=; b=iA1vAfkYEXUglxHH/gQC2dIMy3/q3rnN+5JoeVpRbY6pKlB1673NtJcCuYHbHmlSn4SwTn L3W5HNhXGcgHlfwcs2WFuVgugOBkgtNw1NYocSU1LXtwfyTIX73Y6IGXr6tlaUHG8jjVC6 HerytDRPTcI7i97BBJxaTn56C4cf0mY= From: ashish.is@lostca.se To: iyzsong@envs.net Subject: [PATCH v2] gnu: Add dte. Date: Wed, 5 Mar 2025 15:07:34 +0100 Message-ID: X-Mailer: git-send-email 2.48.1 In-Reply-To: <87mse0thi2.fsf@envs.net> References: <87mse0thi2.fsf@envs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76635 Cc: 76635@debbugs.gnu.org, Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/text-editors.scm (dte): New variable. Change-Id: I1fdee33377b055a43cf61364f43a6dcbaf04a024 --- Hi, Thanks for taking time to review. gnu/packages/text-editors.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index e96fceb510..d32ba3b7b1 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2024 Murilo ;;; Copyright © 2025 Ashvith Shetty ;;; Copyright © 2025 Sharlatan Hellseher +;;; Copyright © 2025 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -104,6 +105,7 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages image) #:use-module (gnu packages lesstif) #:use-module (gnu packages libbsd) + #:use-module (gnu packages linux) #:use-module (gnu packages lisp-check) #:use-module (gnu packages lisp-xyz) #:use-module (gnu packages llvm) @@ -1898,3 +1900,35 @@ (define-public xnedit "XNEdit is a fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.") (license license:gpl2+))) + +(define-public dte + (package + (name "dte") + (version "1.11.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/craigbarnes/dte") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q43jvhj6r1ws58ngpcq8mzj4di7mj2a4bmigk9zy0f3riagnlv1")))) + (build-system gnu-build-system) + (native-inputs + (list util-linux)) + (arguments + (list + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + (string-append "prefix=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://craigbarnes.gitlab.io/dte/") + (synopsis "Small and easy to use console text editor") + (description + "@command{dte} is a portable console text editor with features like multiple buffers/tabs, +syntax highlighting, customizable color scheme (including support for 24-bit true +colours), kitty keyboard protocol, editorconfig support, amongst other features.") + (license license:gpl2))) base-commit: cc71a8e8ea21584353e22771be643bdaadfa0c12 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 05 09:09:32 2025 Received: (at control) by debbugs.gnu.org; 5 Mar 2025 14:09:32 +0000 Received: from localhost ([127.0.0.1]:36286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tppRE-0006aE-Fd for submit@debbugs.gnu.org; Wed, 05 Mar 2025 09:09:32 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:43376) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tppRB-0006Zz-WE for control@debbugs.gnu.org; Wed, 05 Mar 2025 09:09:30 -0500 Received: from localhost (2a02-9140-3880-fb00-ab41-0dd4-7544-8013.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3880:fb00:ab41:dd4:7544:8013]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 2D744E8BE for ; Wed, 5 Mar 2025 14:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1741183763; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hnu/+ZQb1CzVJ9DrEfBu6cC6Vv+UY0yQatqccw26uyc=; b=E/v8FoTqGVaUFYQO+LdK4VGtx894njHHS3ieUA6yQ14CE5dABeYhYjBz2RTB0HScVS3GwT mhx+YIn4P70UnGviVRZUnsEtHxS0BoO7ERTjFeZyx5NrTp6I05Ji42tbSwptbOteZd7eu3 iavYMRsNjgtPdPjDDy0yRjUeii2uzI0= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Wed, 05 Mar 2025 14:09:22 +0000 Message-Id: Subject: retitle bug From: "Ashish SHUKLA" To: X-Mailer: aerc 0.20.0 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 (-) retitle 76635 [PATCH v2] gnu: Add dte. quit --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 11:07:25 2025 Received: (at 76635-done) by debbugs.gnu.org; 3 Apr 2025 15:07:25 +0000 Received: from localhost ([127.0.0.1]:35173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0MA9-0004KP-DA for submit@debbugs.gnu.org; Thu, 03 Apr 2025 11:07:25 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:51582) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0MA7-0004K9-5W for 76635-done@debbugs.gnu.org; Thu, 03 Apr 2025 11:07:23 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 885EF1A5; Thu, 3 Apr 2025 17:07:16 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id TwVYTRj5JKGS; Thu, 3 Apr 2025 17:07:16 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id CCB6B68B; Thu, 3 Apr 2025 17:05:44 +0200 (CEST) Date: Thu, 3 Apr 2025 17:05:40 +0200 From: Andreas Enge To: 76635-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 885EF1A5 X-Spamd-Result: default: False [8.40 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Spam-Level: ******** X-Rspamd-Action: add header X-Spamd-Bar: ++++++++ X-Rspamd-Server: hera X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76635-done 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 (-) Pushed, thanks! Andreas From unknown Fri Aug 15 15:30:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 May 2025 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