From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOT0k-0003iU-5s for guix-patches@gnu.org; Mon, 11 Dec 2017 13:41:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOT0h-0000dk-2y for guix-patches@gnu.org; Mon, 11 Dec 2017 13:41:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48530) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOT0g-0000dH-VG for guix-patches@gnu.org; Mon, 11 Dec 2017 13:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOT0g-0002Gu-Iw for guix-patches@gnu.org; Mon, 11 Dec 2017 13:41:02 -0500 Subject: bug#29649: [PATCH] gnu: Add afew. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: <87d13lxn28.fsf@gnu.org> References: <20171210181150.1064-1-arunisaac@systemreboot.net> <87d13lxn28.fsf@gnu.org> Date: Tue, 12 Dec 2017 00:10:40 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29649-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hello, > > Arun Isaac skribis: > >> * gnu/packages/mail.scm (afew): New variable. > > [...] > >> + (home-page "https://github.com/afewmail/afew") >> + (synopsis "Initial tagging script for notmuch mail") >> + (description "afew is an initial tagging script for notmuch mail. = It >> +provide automatic tagging each time new mail is registered with notmuch= . It > ^ > =E2=80=9Cprovides=E2=80=9D > > Otherwise LGTM, thanks! Thanks, pushed with changes!