Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 77AB26DE1502 for ; Sun, 7 Jun 2015 08:02:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.229 X-Spam-Level: X-Spam-Status: No, score=0.229 tagged_above=-999 required=5 tests=[AWL=0.219, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 fp2cfNNNF01X for ; Sun, 7 Jun 2015 08:02:53 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id EC97A6DE119C for ; Sun, 7 Jun 2015 08:02:52 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1Z1c5l-0004oF-Iw for notmuch@notmuchmail.org; Sun, 07 Jun 2015 15:02:29 +0000 Received: (nullmailer pid 7847 invoked by uid 1000); Sun, 07 Jun 2015 15:02:11 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: update cli/lib to use new notmuch_query_search_* api Date: Sun, 7 Jun 2015 17:01:53 +0200 Message-Id: <1433689323-7520-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Sun, 07 Jun 2015 15:02:55 -0000 I was already to push the first few patches of id:1425756182-28468-1-git-send-email-david@tethera.net When I realized there was probably a reason that no-one had reviewed patch 3/5. After breaking up that ball of mud, one thing led to another, and deprecating the old API and updating to the new API is up to 10 patches.