From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOQfa-00054B-SV for guix-patches@gnu.org; Mon, 11 Dec 2017 11:11:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOQfW-00017y-Pb for guix-patches@gnu.org; Mon, 11 Dec 2017 11:11:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOQfW-00017o-Lz for guix-patches@gnu.org; Mon, 11 Dec 2017 11:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOQfW-0003BY-G4 for guix-patches@gnu.org; Mon, 11 Dec 2017 11:11:02 -0500 Subject: [bug#29649] [PATCH] gnu: Add afew. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171210181150.1064-1-arunisaac@systemreboot.net> Date: Mon, 11 Dec 2017 17:10:39 +0100 In-Reply-To: <20171210181150.1064-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 10 Dec 2017 23:41:50 +0530") Message-ID: <87d13lxn28.fsf@gnu.org> 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: Arun Isaac Cc: 29649@debbugs.gnu.org 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! Ludo=E2=80=99.