--- /dev/null
+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 olra.theworths.org (Postfix) with ESMTP id 10B4E431FC4\r
+ for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:25 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.338\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id n7pv7wkEDmSL for <notmuch@notmuchmail.org>;\r
+ Sat, 24 Jan 2015 01:18:24 -0800 (PST)\r
+Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
+ by olra.theworths.org (Postfix) with ESMTP id C5A3B431FD4\r
+ for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:20 -0800 (PST)\r
+Received: from timira.takhisis.invalid (unknown\r
+ [IPv6:2a01:e34:ec24:5360:7e7a:91ff:fe72:81b6])\r
+ by upsilon.cc (Postfix) with ESMTPSA id 1513310DBB;\r
+ Sat, 24 Jan 2015 10:11:52 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
+ t=1422090712; bh=FmfIC2nRu27ypXf5V0sJdNba6p+b/OfewAgM70YtiEQ=;\r
+ h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
+ b=hjJ2r/yzzItJ3ymlYCOCvrpiGB46rhTkC5inHFPGglTcs2AACDGZFUagvkk9HkWgU\r
+ XUckkEBLU9hugKlbwgRfpBR9Mi+QGNEoMtgc5wMoJHKYizzeWGeMk52x7cVtPRAz97\r
+ +YhZrS6YoNGUImyaQXOGSjiNnGJ/y3JkELBgBPkM=\r
+Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
+ id F0AAC600E1; Sat, 24 Jan 2015 10:11:50 +0100 (CET)\r
+From: Stefano Zacchiroli <zack@upsilon.cc>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 3/3] debian packaging: drop dep notmuch-mutt ->\r
+ libmailtools-perl\r
+Date: Sat, 24 Jan 2015 10:11:41 +0100\r
+Message-Id: <1422090701-19385-4-git-send-email-zack@upsilon.cc>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1422090701-19385-1-git-send-email-zack@upsilon.cc>\r
+References: <1422090701-19385-1-git-send-email-zack@upsilon.cc>\r
+Cc: "Jan N. Klug" <jan.n.klug@rub.de>, Stefano Zacchiroli <zack@upsilon.cc>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 24 Jan 2015 09:18:25 -0000\r
+\r
+Rationale: the dependency is no longer needed after the rewrite of\r
+get_message_id().\r
+\r
+Note that Digest::SHA, needed by the new implementation of\r
+get_message_id(), is shipped by the perl package itself, which is in\r
+an implied dependency of other lib*-perl packages. So there is no need\r
+to list perl explicitly as a dependency.\r
+---\r
+ debian/changelog | 8 ++++++++\r
+ debian/control | 2 +-\r
+ 2 files changed, 9 insertions(+), 1 deletion(-)\r
+\r
+diff --git a/debian/changelog b/debian/changelog\r
+index fbd15b8..2fa0f96 100644\r
+--- a/debian/changelog\r
++++ b/debian/changelog\r
+@@ -1,3 +1,11 @@\r
++notmuch (0.19-2) experimental; urgency=medium\r
++\r
++ [ Stefano Zacchiroli ]\r
++ * notmuch-mutt: drop dependency on libmailtools-perl, because we no\r
++ longer need Mail::Internet\r
++\r
++ --\r
++\r
+ notmuch (0.19-1) experimental; urgency=medium\r
+ \r
+ * New upstream release.\r
+diff --git a/debian/control b/debian/control\r
+index 4bc4cd9..84dbf32 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -144,7 +144,7 @@ Package: notmuch-mutt\r
+ Architecture: all\r
+ Depends:\r
+ notmuch (>= 0.4),\r
+- libmail-box-perl, libmailtools-perl,\r
++ libmail-box-perl,\r
+ libstring-shellquote-perl, libterm-readline-gnu-perl,\r
+ ${misc:Depends}\r
+ Recommends: mutt\r
+-- \r
+2.1.4\r
+\r