From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D72856DE096A for ; Tue, 12 Sep 2017 16:29:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.049 X-Spam-Level: X-Spam-Status: No, score=-0.049 tagged_above=-999 required=5 tests=[AWL=-0.049] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w5S4gZ11V3_f for ; Tue, 12 Sep 2017 16:29:39 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id 4FA726DE02DA for ; Tue, 12 Sep 2017 16:29:39 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 640E7F99A for ; Tue, 12 Sep 2017 19:29:38 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id E156220227; Tue, 12 Sep 2017 19:29:36 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: Re: [PATCH 07/10] Define new config option index.try_decrypt In-Reply-To: <20170912230153.4175-7-dkg@fifthhorseman.net> References: <20170912230153.4175-1-dkg@fifthhorseman.net> <20170912230153.4175-7-dkg@fifthhorseman.net> Date: Tue, 12 Sep 2017 19:29:33 -0400 Message-ID: <87wp53xzqa.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 23:29:39 -0000 --=-=-= Content-Type: text/plain On Tue 2017-09-12 19:01:50 -0400, Daniel Kahn Gillmor wrote: > By default, notmuch won't try to decrypt on indexing. With this > patch, we make it possible to indicate a per-database preference using > the config variable "index.try_decrypt", which by default will be > false. I've just discovered that this particular patch doesn't work properly. Despite doing "notmuch config set index.try_decrypt true", i get the empty string when i invoke (in C): notmuch_config_get(db, "index.try_decrypt"). I think that means i've misunderstood the notmuch config subsystem, unfortunately. I would be happy to hear any suggestions for what i should be doing differently! The rest of the series should still hold up, though. --dkg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOCdgUepHf6PklTkyFJitxsGSMjcFAlm4bd0ACgkQFJitxsGS Mjc41RAAiNFylnvADcVSaVWFgy4YXBeZOoZWnK1b+Q+0GEkO04xHNr8QqdX76U3K KIXvrvqW+JxT9mxJq+LgxCwVua03QdEb+XvXx/7/LlpbOPFuYKQu0u3NKvPHuiCE oLop+PGrdJFAdjSwudINYHUd+WmyFpRVGb0TJ1bi0QYipTZaVewWUl/qF3e2DeUf Bcz8EbC8hJzYZP1twzjg5HHLNnpaz58+NGvzDQr5yqO1Mn6oillR/bNNWtSI4Zyd bwHQoT6eqpraiMBfXTGxxw58HCQ6ZDTdHcACitOCHtG3OBAcQlbdBEUmFezzKlp5 ewf9q7PnwCfMPy1z57EwwEe2+26g6yzeMvc3F9XslywDHtWw7MghtxnrWq3DGmKG g9rcs/n/8F0ztntrdzVs8AXvBrgCDkvTNQMEdU9hqnCt5rcEFn90K79oC/X1aw1C 622A4/1hVpY6bjvqTzzB12ix37DrrJHiG6Nt0zByeB6+/xJmM9jfgLy04wkjIK+b s0VTQVUsxowbWPTU8iHK1hHSkPLGqCo0KxRHJzskvb6KdB4wa3i5MnTstv+UPZYa Nb3ra0YxiSX4zyO9LruKn3y79Bi7jN00tXNkKRGDYy3yoeLEn6S8dDRsrCud9tI7 4MhTXHt2MKec1zKo9/zFLcNxx6R7kDWN/olvWsj5Am9UhzRH0A8= =MrId -----END PGP SIGNATURE----- --=-=-=--