--- /dev/null
+Return-Path: <david@tethera.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 13D026DE01D3\r
+ for <notmuch@notmuchmail.org>; Wed, 13 Jan 2016 04:25:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.309\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.309 tagged_above=-999 required=5 tests=[AWL=0.242,\r
+ RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 WpOKHVoINKxy for <notmuch@notmuchmail.org>;\r
+ Wed, 13 Jan 2016 04:25:15 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id A0AB26DE0159\r
+ for <notmuch@notmuchmail.org>; Wed, 13 Jan 2016 04:25:14 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aJKU2-0007SK-Ej; Wed, 13 Jan 2016 07:25:02 -0500\r
+Received: (nullmailer pid 2582 invoked by uid 1000);\r
+ Wed, 13 Jan 2016 12:25:10 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Konrad Hinsen <konrad.hinsen@fastmail.net>, notmuch@notmuchmail.org\r
+Subject: Re: Binding access to ~/.notmuch-config\r
+In-Reply-To: <5696343B.2070907@fastmail.net>\r
+References: <5694CA65.8010400@fastmail.net> <87bn8r54dz.fsf@zancas.localnet>\r
+ <m160yyev4o.fsf@fastmail.net> <8737u26cpg.fsf@zancas.localnet>\r
+ <8760yy4o3w.fsf@tesseract.cs.unb.ca> <20160112191350.GE372@odin.tremily.us>\r
+ <5696343B.2070907@fastmail.net>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 13 Jan 2016 08:25:10 -0400\r
+Message-ID: <87wprd4qft.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Wed, 13 Jan 2016 12:25:18 -0000\r
+\r
+Konrad Hinsen <konrad.hinsen@fastmail.net> writes:\r
+\r
+> I agree. I see notmuch as a collection of CLI tools, some of which are \r
+> part of the distribution and others are written by myself for my \r
+> specific needs. I'd like them all to share a single configuration file. \r
+> In fact, I'd love to be able to add sections specific to my Python scripts.\r
+\r
+Yes, I understand that it's convenient, but the current set up is not\r
+really very robust. The python bindings are making assumptions about a\r
+file format that has never been documented, and whose stability has\r
+never been promised. It's roughly like calling private functions not\r
+part of the published API. Sometimes it's the only way to do something,\r
+but that doesn't mean it won't break. I think we'll eventually want to\r
+provide some config related API, but having having arbitrary programs\r
+reading and writing this file isn't it, IMHO. In particular upcoming\r
+changes may move some configuration items out of this file and into a\r
+library level configuration API.\r
+\r
+d\r