From unknown Sat Jun 21 12:16:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51278] [PATCH] gnu: Add neatmail. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 19 Oct 2021 06:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51278 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51278@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163462406628771 (code B ref -1); Tue, 19 Oct 2021 06:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Oct 2021 06:14:26 +0000 Received: from localhost ([127.0.0.1]:49160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mciOI-0007Tz-6B for submit@debbugs.gnu.org; Tue, 19 Oct 2021 02:14:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:37496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mciOE-0007To-DN for submit@debbugs.gnu.org; Tue, 19 Oct 2021 02:14:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mciOD-0007YY-Ox for guix-patches@gnu.org; Tue, 19 Oct 2021 02:14:22 -0400 Received: from mx1.dismail.de ([78.46.223.134]:16343) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mciOB-0004lM-7y for guix-patches@gnu.org; Tue, 19 Oct 2021 02:14:21 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d01ef838 for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=SceC8adbovkaaLeddcYQMbzJvHZ73fua3tbY/GJxL68=; b= FGR9OqMI4TC8c4G9yff63YwX3VrBvG/WKw5CCv/FGt6P+BuNgKn2XHJjhLm0asz0 HQ86ZJqsegLrQ/jRNnlnNjYpciZk+d7vqUBKRtQMcqvaDh6A3JypqqawKYSYJl98 ID6lPNdI86R6zMFXC33CBsdswR4dsmyBi4gAFZO0TrNh7o5gPTFi/lLwJjgU/yWr XAV5GAD5OXvq99DmE7eGF3SIL2QCAkZ5JFqlSEndyt8me+c9bwcTTGiEEu3T2xTH LcFtc787bs8Gt0h4+zOprNn8DQi8JKvDx6ZVYirM65ytbMFAuoRThbVBFarJ6npI 6dOgjl7LYcZ13X8VWw2/hQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 582afe9a for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 22a0d844 for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4123fd8e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 19 Oct 2021 08:14:11 +0200 (CEST) From: jgart Date: Tue, 19 Oct 2021 02:13:58 -0400 Message-Id: <20211019061358.8705-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) * gnu/packages/mail.scm (neatmail): New variable. --- gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 523e6cdce3..6b29463ba3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4494,6 +4494,43 @@ (define-public libpst databases, and other tools to process Outlook email archives.") (license license:gpl2+))) +(define-public neatmail + (package + (name "neatmail") + (version "02") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/aligrudi/neatmail") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00d453d57d3v6ja2gpmjd8vch804c72g38pc1nr5shmz3hkgd52d")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; There are no tests. + #:make-flags + (list (string-append "CC=" ,(cc-for-target)) + (string-append "DESTDIR=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure) + (replace 'install ; There is no install target in the Makefile. + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin"))) + (rename-file "mail" "neatmail") + (install-file "neatmail" bin))))))) + (home-page "https://litcave.rudi.ir/") + (synopsis "Text-mode mail client") + (description +"@command{neatmail} is a noninteractive mail client. It generates a listing +of the messages in a mailbox in mbox format and executes a list of ex-like +commands on it.") + (license license:isc))) + (define-public crm114 (package (name "crm114") -- 2.33.0 From unknown Sat Jun 21 12:16:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51278] [PATCH] gnu: Add neatmail. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 14:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51278 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51278@debbugs.gnu.org Cc: 51278-done@debbugs.gnu.org, jgart X-Debbugs-Original-To: jgart via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.163689936926592 (code B ref -1); Sun, 14 Nov 2021 14:17:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 14:16:09 +0000 Received: from localhost ([127.0.0.1]:49528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmGIj-0006uq-4x for submit@debbugs.gnu.org; Sun, 14 Nov 2021 09:16:09 -0500 Received: from lists.gnu.org ([209.51.188.17]:38178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmGIh-0006uh-Eq for submit@debbugs.gnu.org; Sun, 14 Nov 2021 09:16:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmGIg-0001jC-QK for guix-patches@gnu.org; Sun, 14 Nov 2021 09:16:06 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:49377) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmGIb-0003we-TT for guix-patches@gnu.org; Sun, 14 Nov 2021 09:16:06 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 42944240002; Sun, 14 Nov 2021 14:15:56 +0000 (UTC) From: Nicolas Goaziou References: <20211019061358.8705-1-jgart@dismail.de> Date: Sun, 14 Nov 2021 15:15:49 +0100 In-Reply-To: <20211019061358.8705-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Tue, 19 Oct 2021 02:13:58 -0400") Message-ID: <87sfvykelm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.230; envelope-from=mail@nicolasgoaziou.fr; helo=relay10.mail.gandi.net 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_H2=-0.001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) Hello, jgart via Guix-patches via writes: > * gnu/packages/mail.scm (neatmail): New variable. Thank you. I applied your patch with the tiny changes below. > --- > gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > index 523e6cdce3..6b29463ba3 100644 > --- a/gnu/packages/mail.scm > +++ b/gnu/packages/mail.scm > @@ -4494,6 +4494,43 @@ (define-public libpst > databases, and other tools to process Outlook email archives.") > (license license:gpl2+))) > > + #:make-flags > + (list (string-append "CC=" ,(cc-for-target)) > + (string-append "DESTDIR=" %output)) I removed the "DESTDIR" environment variable. > + (description > +"@command{neatmail} is a noninteractive mail client. It generates a listing > +of the messages in a mailbox in mbox format and executes a list of ex-like > +commands on it.") I removed trailing white spaces in the descrption. Regards, -- Nicolas Goaziou From unknown Sat Jun 21 12:16:33 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#51278: closed (Re: [bug#51278] [PATCH] gnu: Add neatmail.) Message-ID: References: <87sfvykelm.fsf@nicolasgoaziou.fr> <20211019061358.8705-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 51278 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51278@debbugs.gnu.org Date: Sun, 14 Nov 2021 14:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1636899422-26676-1" This is a multi-part message in MIME format... ------------=_1636899422-26676-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51278: [PATCH] gnu: Add neatmail. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 51278@debbugs.gnu.org. --=20 51278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51278 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1636899422-26676-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51278-done) by debbugs.gnu.org; 14 Nov 2021 14:16:06 +0000 Received: from localhost ([127.0.0.1]:49525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmGIf-0006uY-UC for submit@debbugs.gnu.org; Sun, 14 Nov 2021 09:16:06 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:37417) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmGId-0006ta-WF for 51278-done@debbugs.gnu.org; Sun, 14 Nov 2021 09:16:04 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 42944240002; Sun, 14 Nov 2021 14:15:56 +0000 (UTC) From: Nicolas Goaziou To: jgart via Guix-patches via Subject: Re: [bug#51278] [PATCH] gnu: Add neatmail. References: <20211019061358.8705-1-jgart@dismail.de> Date: Sun, 14 Nov 2021 15:15:49 +0100 In-Reply-To: <20211019061358.8705-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Tue, 19 Oct 2021 02:13:58 -0400") Message-ID: <87sfvykelm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51278-done Cc: 51278-done@debbugs.gnu.org, jgart 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 (-) Hello, jgart via Guix-patches via writes: > * gnu/packages/mail.scm (neatmail): New variable. Thank you. I applied your patch with the tiny changes below. > --- > gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > index 523e6cdce3..6b29463ba3 100644 > --- a/gnu/packages/mail.scm > +++ b/gnu/packages/mail.scm > @@ -4494,6 +4494,43 @@ (define-public libpst > databases, and other tools to process Outlook email archives.") > (license license:gpl2+))) > > + #:make-flags > + (list (string-append "CC=" ,(cc-for-target)) > + (string-append "DESTDIR=" %output)) I removed the "DESTDIR" environment variable. > + (description > +"@command{neatmail} is a noninteractive mail client. It generates a listing > +of the messages in a mailbox in mbox format and executes a list of ex-like > +commands on it.") I removed trailing white spaces in the descrption. Regards, -- Nicolas Goaziou ------------=_1636899422-26676-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Oct 2021 06:14:26 +0000 Received: from localhost ([127.0.0.1]:49160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mciOI-0007Tz-6B for submit@debbugs.gnu.org; Tue, 19 Oct 2021 02:14:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:37496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mciOE-0007To-DN for submit@debbugs.gnu.org; Tue, 19 Oct 2021 02:14:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mciOD-0007YY-Ox for guix-patches@gnu.org; Tue, 19 Oct 2021 02:14:22 -0400 Received: from mx1.dismail.de ([78.46.223.134]:16343) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mciOB-0004lM-7y for guix-patches@gnu.org; Tue, 19 Oct 2021 02:14:21 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d01ef838 for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=SceC8adbovkaaLeddcYQMbzJvHZ73fua3tbY/GJxL68=; b= FGR9OqMI4TC8c4G9yff63YwX3VrBvG/WKw5CCv/FGt6P+BuNgKn2XHJjhLm0asz0 HQ86ZJqsegLrQ/jRNnlnNjYpciZk+d7vqUBKRtQMcqvaDh6A3JypqqawKYSYJl98 ID6lPNdI86R6zMFXC33CBsdswR4dsmyBi4gAFZO0TrNh7o5gPTFi/lLwJjgU/yWr XAV5GAD5OXvq99DmE7eGF3SIL2QCAkZ5JFqlSEndyt8me+c9bwcTTGiEEu3T2xTH LcFtc787bs8Gt0h4+zOprNn8DQi8JKvDx6ZVYirM65ytbMFAuoRThbVBFarJ6npI 6dOgjl7LYcZ13X8VWw2/hQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 582afe9a for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 22a0d844 for ; Tue, 19 Oct 2021 08:14:12 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4123fd8e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 19 Oct 2021 08:14:11 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add neatmail. Date: Tue, 19 Oct 2021 02:13:58 -0400 Message-Id: <20211019061358.8705-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=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 Cc: jgart 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 (--) * gnu/packages/mail.scm (neatmail): New variable. --- gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 523e6cdce3..6b29463ba3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4494,6 +4494,43 @@ (define-public libpst databases, and other tools to process Outlook email archives.") (license license:gpl2+))) +(define-public neatmail + (package + (name "neatmail") + (version "02") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/aligrudi/neatmail") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00d453d57d3v6ja2gpmjd8vch804c72g38pc1nr5shmz3hkgd52d")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; There are no tests. + #:make-flags + (list (string-append "CC=" ,(cc-for-target)) + (string-append "DESTDIR=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure) + (replace 'install ; There is no install target in the Makefile. + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin"))) + (rename-file "mail" "neatmail") + (install-file "neatmail" bin))))))) + (home-page "https://litcave.rudi.ir/") + (synopsis "Text-mode mail client") + (description +"@command{neatmail} is a noninteractive mail client. It generates a listing +of the messages in a mailbox in mbox format and executes a list of ex-like +commands on it.") + (license license:isc))) + (define-public crm114 (package (name "crm114") -- 2.33.0 ------------=_1636899422-26676-1--