Re: Fwd: [PATCH] notmuch-mutt: deduce perl interpreter location from environment
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 21 Apr 2016 18:10:01 +0000 (14:10 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:40 +0000 (16:21 -0700)
c0/8e42d27b6734a0025ff9bd154de5c9c810c6c5 [new file with mode: 0644]

diff --git a/c0/8e42d27b6734a0025ff9bd154de5c9c810c6c5 b/c0/8e42d27b6734a0025ff9bd154de5c9c810c6c5
new file mode 100644 (file)
index 0000000..15c23d8
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <zack@upsilon.cc>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 07BE06DE01F7\r
+ for <notmuch@notmuchmail.org>; Thu, 21 Apr 2016 11:10:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.015\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.015 tagged_above=-999 required=5 tests=[AWL=0.097,\r
+  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001,\r
+ SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id AnZtV6ja9Av6 for <notmuch@notmuchmail.org>;\r
+ Thu, 21 Apr 2016 11:10:05 -0700 (PDT)\r
+Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 475F76DE01C2\r
+ for <notmuch@notmuchmail.org>; Thu, 21 Apr 2016 11:10:05 -0700 (PDT)\r
+Received: from timira.takhisis.invalid (pubnet.fsf.org [74.94.156.218])\r
+ by upsilon.cc (Postfix) with ESMTPSA id 052371009C;\r
+ Thu, 21 Apr 2016 20:10:03 +0200 (CEST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
+ t=1461262203; bh=t584HwsMuHpBvGz+dERlcb+HiZkIfuYxF66l0lsTc08=;\r
+ h=Date:From:To:Cc:Subject:References:In-Reply-To:From;\r
+ b=aVnGJsxS8MhZeZe/M9ef3MljVqxToEyCon00w5WLzh0O8ht6Hozen4jppKdtYifx7\r
+ euk0u9ABf7P+rb/ltzecA/LH4ACPVoo7reUve48+Q0QSaBZpHmF63oiZiSYUWdcO+U\r
+ AZe0dIfXeIzEkoELcIjf5u6sGG7j5G+oCCuCiDlc=\r
+Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
+ id B78DE60056; Thu, 21 Apr 2016 14:10:01 -0400 (EDT)\r
+Date: Thu, 21 Apr 2016 14:10:01 -0400\r
+From: Stefano Zacchiroli <zack@upsilon.cc>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Fwd: [PATCH] notmuch-mutt: deduce perl interpreter location from\r
+ environment\r
+Message-ID: <20160421181001.GA8684@upsilon.cc>\r
+References: <1459019105-4513-1-git-send-email-ato@mozilla.com>\r
+ <CAL_dnaUZ3hEraomaJ3ysoNDWTiv_T+T61ut2NscaYyozMtx+gQ@mail.gmail.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=iso-8859-1\r
+Content-Disposition: inline\r
+Content-Transfer-Encoding: 8bit\r
+In-Reply-To:\r
+ <CAL_dnaUZ3hEraomaJ3ysoNDWTiv_T+T61ut2NscaYyozMtx+gQ@mail.gmail.com>\r
+User-Agent: Mutt/1.5.24 (2015-08-30)\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 21 Apr 2016 18:10:14 -0000\r
+\r
+On Thu, Apr 21, 2016 at 06:41:38PM +0100, Andreas Tolfsen wrote:\r
+> The patch is straight forward.  You may want to just make the change\r
+> yourself than jumping through the hoops of applying this.\r
+\r
+Thanks Andreas for the suggestion; makes sense to me.\r
+\r
+I just clarified in the commit message that, even if -w is dropped,\r
+there is still use warnings in the script. New patch attached.\r
+\r
+David: can you please push this to master?\r
+\r
+Cheers.\r
+-- \r
+Stefano Zacchiroli  . . . . . . .  zack@upsilon.cc . . . . o . . . o . o\r
+Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o\r
+Former Debian Project Leader . . . . . @zacchiro . . . . o o o . . . o .\r
+« the first rule of tautology club is the first rule of tautology club »\r