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:
parent
71fd35c1d5
commit
e7be4b9661
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue