--- /dev/null
+Return-Path: <dkg@fifthhorseman.net>\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 1B8B06DE0AC2\r
+ for <notmuch@notmuchmail.org>; Sat, 12 Dec 2015 11:22:24 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.929\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.929 tagged_above=-999 required=5\r
+ tests=[AWL=-0.929] 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 V3nbMPgR8iwr for <notmuch@notmuchmail.org>;\r
+ Sat, 12 Dec 2015 11:22:22 -0800 (PST)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 431EC6DE005F\r
+ for <notmuch@notmuchmail.org>; Sat, 12 Dec 2015 11:22:22 -0800 (PST)\r
+Received: from fifthhorseman.net (h-67-101-29-224.nycm.ny.dynamic.megapath.net\r
+ [67.101.29.224])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 43C34F984\r
+ for <notmuch@notmuchmail.org>; Sat, 12 Dec 2015 14:22:20 -0500 (EST)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 47D191FF94; Sat, 12 Dec 2015 14:22:12 -0500 (EST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH] fix notmuch python binding argument for filenames_destroy\r
+Date: Sat, 12 Dec 2015 14:22:12 -0500\r
+Message-Id: <1449948132-11950-1-git-send-email-dkg@fifthhorseman.net>\r
+X-Mailer: git-send-email 2.6.2\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: Sat, 12 Dec 2015 19:22:24 -0000\r
+\r
+---\r
+ bindings/python/notmuch/filenames.py | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/bindings/python/notmuch/filenames.py b/bindings/python/notmuch/filenames.py\r
+index 229f414..96b22c6 100644\r
+--- a/bindings/python/notmuch/filenames.py\r
++++ b/bindings/python/notmuch/filenames.py\r
+@@ -123,7 +123,7 @@ class Filenames(Python3StringMixIn):\r
+ return "\n".join(self)\r
+ \r
+ _destroy = nmlib.notmuch_filenames_destroy\r
+- _destroy.argtypes = [NotmuchMessageP]\r
++ _destroy.argtypes = [NotmuchFilenamesP]\r
+ _destroy.restype = None\r
+ \r
+ def __del__(self):\r
+-- \r
+2.6.2\r
+\r