GNU bug report logs -
#62979
[PATCH] gnu: msmtp: Install old msmtpqueue scripts
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Sat, 06 May 2023 17:17:19 +0200
with message-id <87jzxllcao.fsf <at> gnu.org>
and subject line Re: bug#62979: [PATCH] gnu: msmtp: Install old msmtpqueue scripts
has caused the debbugs.gnu.org bug report #62979,
regarding [PATCH] gnu: msmtp: Install old msmtpqueue scripts
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
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.