Re: [PATCH] Add procmail

2016-03-02 Thread Lukas Gradl
Hi Leo, On Wed, Mar 02, 2016 at 08:46:05PM -0500, Leo Famulari wrote: > On Mon, Feb 29, 2016 at 10:41:12PM -0600, Lukas Gradl wrote: > > [...] > > > > > * gnu/packages/patches/procmail-ambiguous-getline-debian.patch: New file > > > > * gnu-system.am: Add patch > > > > * gnu/packages/mail.scm (pr

Re: [PATCH] Add procmail

2016-03-02 Thread Leo Famulari
On Mon, Feb 29, 2016 at 10:41:12PM -0600, Lukas Gradl wrote: [...] > > > * gnu/packages/patches/procmail-ambiguous-getline-debian.patch: New file > > > * gnu-system.am: Add patch > > > * gnu/packages/mail.scm (procmail): New variable [...] > A new patch is attached. Thanks for the review! I ad

Re: [PATCH] Add procmail

2016-02-29 Thread Lukas Gradl
On Mon, Feb 29, 2016 at 02:50:19PM -0500, Leo Famulari wrote: > On Sat, Feb 27, 2016 at 03:16:38AM -0600, Lukas Gradl wrote: > > > > Hello Guix! > > > > Attached is a patch to add the mail delivery agent Procmail. > > > > I am new to Guix and Scheme, so I would very much welcome any comments > >

Re: [PATCH] Add procmail

2016-02-29 Thread Lukas Gradl
On Mon, Feb 29, 2016 at 02:54:09PM +0100, Andy Wingo wrote: > Hi Lukas, > > On Sat 27 Feb 2016 10:16, Lukas Gradl writes: > > > I am new to Guix and Scheme, so I would very much welcome any comments > > you might have. > > Welcome :) Thank you! > > > + ;; the following patch fixes an a

Re: [PATCH] Add procmail

2016-02-29 Thread Leo Famulari
On Sat, Feb 27, 2016 at 03:16:38AM -0600, Lukas Gradl wrote: > > Hello Guix! > > Attached is a patch to add the mail delivery agent Procmail. > > I am new to Guix and Scheme, so I would very much welcome any comments > you might have. > Thanks in advance! > > Best, > Lukas > > From 862c54093

Re: [PATCH] Add procmail

2016-02-29 Thread Andy Wingo
Hi Lukas, On Sat 27 Feb 2016 10:16, Lukas Gradl writes: > I am new to Guix and Scheme, so I would very much welcome any comments > you might have. Welcome :) > + ;; the following patch fixes an ambiguous definition of > + ;; getline() in formail.c. The patch is provided by Debian a