mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-07 21:51:33 +02:00
gnu: msmtp: Install old msmtpqueue scripts
* gnu/packages/mail.scm (msmtp): Install msmtpqueue scripts. These scripts may be old, but someone may want them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
71fd35c1d5
commit
e7be4b9661
@@ -1873,9 +1873,13 @@ addons which can add many functionalities to the base client.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user