GNU bug report logs -
#51278
[PATCH] gnu: Add neatmail.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 19 Oct 2021 06:15:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/mail.scm (neatmail): New variable.
Thank you. I applied your patch with the tiny changes below.
> ---
> gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++
> 1 file changed, 37 insertions(+)
>
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index 523e6cdce3..6b29463ba3 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -4494,6 +4494,43 @@ (define-public libpst
> databases, and other tools to process Outlook email archives.")
> (license license:gpl2+)))
>
> + #:make-flags
> + (list (string-append "CC=" ,(cc-for-target))
> + (string-append "DESTDIR=" %output))
I removed the "DESTDIR" environment variable.
> + (description
> +"@command{neatmail} is a noninteractive mail client. It generates a listing
> +of the messages in a mailbox in mbox format and executes a list of ex-like
> +commands on it.")
I removed trailing white spaces in the descrption.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.