Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-16 Thread Christopher Baines
On 14/10/16 10:30, Hartmut Goebel wrote: > Am 13.10.2016 um 22:10 schrieb Ludovic Courtès: >> Hartmut, since the rest of the patch looked non controversial, and if >> ‘guix lint’ doesn’t complain, you can push to ‘master’ with the synopsis >> above. > > Done with minor adjustments. > 0350a8bb1eef1

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-14 Thread Hartmut Goebel
Am 13.10.2016 um 22:10 schrieb Ludovic Courtès: > Hartmut, since the rest of the patch looked non controversial, and if > ‘guix lint’ doesn’t complain, you can push to ‘master’ with the synopsis > above. Done with minor adjustments. 0350a8bb1eef12927964fb6ce62ae64f10fa6f8d -- Regards Hartmut Goe

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-13 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 12.10.2016 um 20:17 schrieb Christopher Baines: +(description "notifymuch displays desktop notifications for messages in +the notmuch database. The notifications are sent using libnotify to a >>> >>> May I ask you to ass some words about what notmu

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-13 Thread Hartmut Goebel
Am 12.10.2016 um 20:17 schrieb Christopher Baines: >>> +(description "notifymuch displays desktop notifications for >>> messages in >>> +the notmuch database. The notifications are sent using libnotify to a >> >> May I ask you to ass some words about what notmuch is? This saves the >> ingenuou

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-12 Thread Christopher Baines
On 10/10/16 08:40, Hartmut Goebel wrote: Am 09.10.2016 um 23:33 schrieb Christopher Baines: +(description "notifymuch displays desktop notifications for messages in +the notmuch database. The notifications are sent using libnotify to a May I ask you to ass some words about what notmuch is

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-10 Thread Hartmut Goebel
Am 10.10.2016 um 09:52 schrieb Alex Kost: > Nice typo, I think it ment to be "add", right? :-) Of course :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-10 Thread Alex Kost
Hartmut Goebel (2016-10-10 09:40 +0200) wrote: > Am 09.10.2016 um 23:33 schrieb Christopher Baines: >> +(description "notifymuch displays desktop notifications for messages in >> +the notmuch database. The notifications are sent using libnotify to a > > May I ask you to ass some words about w

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-10 Thread Hartmut Goebel
Am 09.10.2016 um 23:33 schrieb Christopher Baines: > +(description "notifymuch displays desktop notifications for messages in > +the notmuch database. The notifications are sent using libnotify to a May I ask you to ass some words about what notmuch is? This saves the ingenuous reader to rech

[PATCH] gnu: mail: Add notifymuch.

2016-10-09 Thread Christopher Baines
Thanks for your review. The version (0.1) is specified in the setup.py file, but your right in saying that there is no "real" 0.1 version release. I've also removed inputs from the wrap-binary stage.

[PATCH] gnu: mail: Add notifymuch.

2016-10-09 Thread Christopher Baines
* gnu/packages/mail.scm (notifymuch): New variable. --- gnu/packages/mail.scm | 50 ++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index baa5a96..02dd72a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/pa

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-09 Thread Leo Famulari
On Sun, Oct 09, 2016 at 10:33:18PM +0100, Christopher Baines wrote: > * gnu/packages/mail.scm (notifymuch): New variable. Thanks for this patch! > +(version "0.1") > +(source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.co

[PATCH] gnu: mail: Add notifymuch.

2016-10-09 Thread Christopher Baines
* gnu/packages/mail.scm (notifymuch): New variable. --- gnu/packages/mail.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index baa5a96..632ef5d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages