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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62979 in the body.
You can then email your comments to 62979 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62979; Package guix-patches. (Thu, 20 Apr 2023 23:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Karl Hallsby <karl <at> hallsby.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 20 Apr 2023 23:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 06 May 2023 15:18:02 GMT) Full text and rfc822 format available.

Notification sent to Karl Hallsby <karl <at> hallsby.com>:
bug acknowledged by developer. (Sat, 06 May 2023 15:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 62979-done <at> debbugs.gnu.org (full text, mbox):

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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 Jun 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 325 days ago.

Previous Next


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