From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add gmime Date: Wed, 19 Feb 2014 10:29:21 +0100 Message-ID: <20140219092921.GB4694@debian.eduroam.u-bordeaux.fr> References: <87ha7vn3pv.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG3TM-0001BH-IK for guix-devel@gnu.org; Wed, 19 Feb 2014 04:29:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG3TF-0007PL-1E for guix-devel@gnu.org; Wed, 19 Feb 2014 04:29:44 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:50007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG3TE-0007P4-OL for guix-devel@gnu.org; Wed, 19 Feb 2014 04:29:36 -0500 Content-Disposition: inline In-Reply-To: <87ha7vn3pv.fsf@netris.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Tue, Feb 18, 2014 at 11:09:16PM -0500, Mark H Weaver wrote: > This adds gmime, another step toward notmuch (mail). > + #:use-module (srfi srfi-1)) Is this module needed in the sense that the solution is preferable to what is done, for instance, to determine the file name of qt? Andreas