GNU bug report logs - #62979
[PATCH] gnu: msmtp: Install old msmtpqueue scripts

Previous Next

Package: guix-patches;

Reported by: Karl Hallsby <karl <at> hallsby.com>

Date: Thu, 20 Apr 2023 23:04:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Karl Hallsby <karl <at> hallsby.com>
Subject: bug#62979: closed (Re: bug#62979: [PATCH] gnu: msmtp: Install old
 msmtpqueue scripts)
Date: Sat, 06 May 2023 15:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62979: [PATCH] gnu: msmtp: Install old msmtpqueue scripts

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 62979 <at> debbugs.gnu.org.

-- 
62979: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62979
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Karl Hallsby <karl <at> hallsby.com>
Cc: 62979-done <at> debbugs.gnu.org
Subject: Re: bug#62979: [PATCH] gnu: msmtp: Install old msmtpqueue scripts
Date: Sat, 06 May 2023 17:17:19 +0200
Hi,

Karl Hallsby <karl <at> hallsby.com> skribis:

> * gnu/packages/mail.scm (msmtp): Install msmtpqueue scripts.
>
> These scripts may be old, but someone may want them.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Karl Hallsby <karl <at> hallsby.com>
To: guix-patches <at> gnu.org
Cc: Karl Hallsby <karl <at> hallsby.com>
Subject: [PATCH] gnu: msmtp: Install old msmtpqueue scripts
Date: Thu, 20 Apr 2023 18:03:17 -0500
* gnu/packages/mail.scm (msmtp): Install msmtpqueue scripts.

These scripts may be old, but someone may want them.
---
 gnu/packages/mail.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index de868e948b..b9a652f193 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1823,9 +1823,13 @@ (define-public msmtp
                       (bin (string-append out "/bin"))
                       (doc (string-append out "/share/doc/msmtp"))
                       (msmtpq "scripts/msmtpq")
+                      (msmtpqueue "scripts/msmtpqueue")
                       (vimfiles (string-append out "/share/vim/vimfiles/syntax")))
                  (install-file (string-append msmtpq "/msmtpq") bin)
                  (install-file (string-append msmtpq "/msmtp-queue") bin)
+                 (install-file (string-append msmtpqueue "/msmtp-enqueue.sh") bin)
+                 (install-file (string-append msmtpqueue "/msmtp-listqueue.sh") bin)
+                 (install-file (string-append msmtpqueue "/msmtp-runqueue.sh") bin)
                  (install-file (string-append msmtpq "/README.msmtpq") doc)
                  (install-file "scripts/vim/msmtp.vim" vimfiles)))))))
     (properties
--
2.38.1



This bug report was last modified 2 years and 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.