unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62979] [PATCH] gnu: msmtp: Install old msmtpqueue scripts
@ 2023-04-20 23:03 Karl Hallsby via Guix-patches via
  2023-05-06 15:17 ` bug#62979: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Hallsby via Guix-patches via @ 2023-04-20 23:03 UTC (permalink / raw)
  To: 62979; +Cc: Karl Hallsby

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62979: [PATCH] gnu: msmtp: Install old msmtpqueue scripts
  2023-04-20 23:03 [bug#62979] [PATCH] gnu: msmtp: Install old msmtpqueue scripts Karl Hallsby via Guix-patches via
@ 2023-05-06 15:17 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-06 15:17 UTC (permalink / raw)
  To: Karl Hallsby; +Cc: 62979-done

Hi,

Karl Hallsby <karl@hallsby.com> skribis:

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

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-06 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 23:03 [bug#62979] [PATCH] gnu: msmtp: Install old msmtpqueue scripts Karl Hallsby via Guix-patches via
2023-05-06 15:17 ` bug#62979: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).