From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1LZu-0008Tq-0t for guix-patches@gnu.org; Wed, 28 Mar 2018 20:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1LZq-0005mQ-1m for guix-patches@gnu.org; Wed, 28 Mar 2018 20:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49872) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1LZp-0005mH-Ti for guix-patches@gnu.org; Wed, 28 Mar 2018 20:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1LZp-0006YY-MF for guix-patches@gnu.org; Wed, 28 Mar 2018 20:38:01 -0400 Subject: [bug#30968] [PATCH] gnu: mu: Fix tests failures triggered by DST. Resent-Message-ID: From: Maxim Cournoyer References: <87bmf9552m.fsf@gmail.com> <87605gtep7.fsf@gnu.org> Date: Wed, 28 Mar 2018 20:37:51 -0400 In-Reply-To: <87605gtep7.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 28 Mar 2018 17:14:28 +0200") Message-ID: <87605f67j4.fsf@gmail.com> 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: 30968-done@debbugs.gnu.org Hi Ludovic, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi, > > Maxim Cournoyer skribis: > >> From b6c27eab14b678d12dd4b3b480ea88542bf096e7 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Tue, 27 Mar 2018 21:59:24 -0400 >> Subject: [PATCH] gnu: mu: Fix tests failures triggered by DST. >> >> * gnu/packages/mail.scm (mu)[phases]: Add 'fix-date-tests. > > Well done! Applied with the minor changes below. Thanks :). I keep overlooking this #t or #f return value. Maxim