From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Add: notmuch-vim Date: Sat, 14 Jan 2017 15:08:09 +0000 Message-ID: <20170114150811.21767-1-ng0@libertad.pw> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSPvt-0000s1-CZ for guix-devel@gnu.org; Sat, 14 Jan 2017 10:07:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSPvq-0006C3-75 for guix-devel@gnu.org; Sat, 14 Jan 2017 10:07:53 -0500 Received: from aibo.runbox.com ([91.220.196.211]:54721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cSPvp-0006Br-Vh for guix-devel@gnu.org; Sat, 14 Jan 2017 10:07:50 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cSPvo-0007gH-Pw for guix-devel@gnu.org; Sat, 14 Jan 2017 16:07:48 +0100 Received: from tornode.torreactor.ml ([78.109.24.109] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cSPvM-0008Mx-Cx for guix-devel@gnu.org; Sat, 14 Jan 2017 16:07:20 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org [PATCH 1/2] gnu: Add ruby-mail. A gem needed at runtime for notmuch-vim. [PATCH 2/2] gnu: Add notmuch-vim. I'm not sure about the propagation: Without vim-full (ruby enabled), notmuch and ruby-mail this vim plugin will not work. Propagation seems like the way to go here, but I'm open to suggestions. All this build system does is copy some files around.