From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] Install mail queue tool with msmtp Date: Sun, 28 Feb 2016 22:09:07 -0500 Message-ID: <20160229030907.GB14941@jasmine> References: <87lh64yinh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaECt-0003ZM-2D for guix-devel@gnu.org; Sun, 28 Feb 2016 22:09:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaECp-0006Pw-Nw for guix-devel@gnu.org; Sun, 28 Feb 2016 22:09:11 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaECp-0006Pm-K5 for guix-devel@gnu.org; Sun, 28 Feb 2016 22:09:07 -0500 Content-Disposition: inline In-Reply-To: <87lh64yinh.fsf@gnu.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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Feb 28, 2016 at 04:11:14PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > msmtp comes with a couple of scripts called msmtpq and msmtp-queue that > > will queue mail locally if necessary. > > > > https://sourceforge.net/p/msmtp/code/ci/master/tree/scripts/msmtpq/README.msmtpq > > > > I've been using them out of the Debian msmtp package, but I'd like to > > see them in Guix. > > [...] > > > * gnu/packages/mail.scm (msmtp)[arguments]: Install msmtpq scripts. > > Sounds like a worthy addition, please push! Done as 823e2ed4b3!