From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 8PNEE0F1hWFqtQAAgWs5BA (envelope-from ) for ; Fri, 05 Nov 2021 19:17:37 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id eFXTDkF1hWHZfwAAbx9fmQ (envelope-from ) for ; Fri, 05 Nov 2021 18:17:37 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 822A2870B for ; Fri, 5 Nov 2021 19:17:36 +0100 (CET) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id BB5A91FE55; Fri, 5 Nov 2021 14:17:28 -0400 (EDT) Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by mail.notmuchmail.org (Postfix) with ESMTPS id BA8AD1FE51 for ; Fri, 5 Nov 2021 14:17:23 -0400 (EDT) Received: by mail-wm1-x333.google.com with SMTP id c71-20020a1c9a4a000000b0032cdcc8cbafso7017374wme.3 for ; Fri, 05 Nov 2021 11:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=U3fMPJTiFdI8ZzNh3mQ2amcD73uTTQtGYDqH7ZWU6ls=; b=owvoHBEQ3CqCEUJ/kXqrNoWeB7tzwv2Wje3w9WkqCVV6mzyOP67vyhRD66LwA53sKB T+FMvIrAzPDuX3UGy72HMyLiRLP+fLuqVwDZdWBmjTmjwvI8+KeeywcsTihQf4eCLY7z 3aWk5OfC4CCWQT18FSgKa7MNXAO8WQ5dV5R/h0NQZIVpOflEKiccFkDtjxwQg2Pr1ewZ D9vhBC1Lpu5Yxo80sdUNEzF3xf+quvQJ7RcHALS93MjbdXVyx/vNKRhi92qJ++MngqXB SDlhJV/iyLCQTiQEImSzEJc62Pyol39g6aGi5rbRksx+tIweSauwK6dsSZizqLqw10O8 QJFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :date:message-id:mime-version; bh=U3fMPJTiFdI8ZzNh3mQ2amcD73uTTQtGYDqH7ZWU6ls=; b=0cNrMJQ/x1wWn1gxtZKCiMuHUFpsF1czu4QXOfKHdg7wHaCnt/8zH92i7SDP7XJ0mW l4o46zd6JfIE+nYJtY3p8Qwfwzxvfdyu46ZQ0cirZUJAvVYMpd0kufK7c48dDguN45HI yanSOIFT6edoJpJiWklNo8F/xqD7Ii+Z/1z0nmmOmLUpzNYXuHoQ35c57KjSMtOvvfEW WO3EiROHZCgo+tRm1AbJHCtm8JpmRbCsq0gDxJx5l3YWmpCfbbcIEiUnCFzed82I9Dzb B5Vh6uelJ+WdwGXnSIoawP//6eKQDVIezL7DytKd7dOrHrbE853KAAwS7V1dfTHXkkZt 2V4w== X-Gm-Message-State: AOAM533cRKQNeVq9kCkig7jbQlpPH2eD+sW/NNl0jls8hFiFbHB+L18g flRHrGYccZvqkXJi3UwZ81k= X-Google-Smtp-Source: ABdhPJziJOVZqlOlZ12nlpZcTRkuSt+F4ff4rYcrhn29cA0OQ6XyhyKhz2Ac7HnlVCePuIGLHl8/EQ== X-Received: by 2002:a05:600c:a0b:: with SMTP id z11mr32988493wmp.147.1636136241977; Fri, 05 Nov 2021 11:17:21 -0700 (PDT) Received: from powell.devork.be (62-178-226-148.cable.dynamic.surfer.at. [62.178.226.148]) by smtp.gmail.com with ESMTPSA id h13sm8806535wrx.82.2021.11.05.11.17.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Nov 2021 11:17:21 -0700 (PDT) Sender: Floris Bruynooghe Received: (nullmailer pid 19184 invoked by uid 1000); Fri, 05 Nov 2021 18:17:20 -0000 From: Floris Bruynooghe To: David Bremner Subject: Re: [PATCH 4/4] python-cffi: switch to notmuch_database_{open,create}_with_config In-Reply-To: <87a6imxemn.fsf@tethera.net> References: <20211030162235.1203886-1-david@tethera.net> <20211030162235.1203886-5-david@tethera.net> <87tugu9r4a.fsf@powell.devork.be> <87a6imxemn.fsf@tethera.net> Date: Fri, 05 Nov 2021 19:17:20 +0100 Message-ID: <874k8qmpqn.fsf@powell.devork.be> MIME-Version: 1.0 Message-ID-Hash: HSHLRWROCDVFJVKSHSPLL57TFBW7UCFQ X-Message-ID-Hash: HSHLRWROCDVFJVKSHSPLL57TFBW7UCFQ X-MailFrom: floris.bruynooghe@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: notmuch@notmuchmail.org X-Mailman-Version: 3.3.3 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636136256; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=klMdMw5QpSlJ02yhE3pyNvoEL/H7OLL0sp+gkqz6psU=; b=pAqwA16iz1MobtusgzS3PbcNVIh4VFyhLBsnOlhk+pTZh7qg221Ly96pgQrjn7ouNcV6Nd ueAC9bxJ8WtwvdGqUr3/QNwIAf1EQm4q9amNtEYby2mhKZJw+Na5fTDcd8hDt8jdWL9z3C /Zngc6LXVTcxb35IPpvaOe4lDIGNNr8LFdOeG1s2V154zK/IMT/IHco+R4f8P5/gvp0ezA LrZr49rE05g5YS84hWcS9RAuUe910AN0IiaLyxOe/Yb9YQzKMwKQavKDtnoFOlcaY/eE3B 6OG0SJj8S6j4H/ifBgEuXVCvMhgdA9PjdDwHOCu1642tQXfGh0jtl1Oww9+eUA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636136256; a=rsa-sha256; cv=none; b=A/1xHRiIumk02kmLDj+pMAZnqXTeYfr1rSg0BGPRUaweVXWOT9udJ8zWpUyFZAa2Y5DSrk 7L8ljJOOMUzDdcCpE4r2u4wNf25hjAlMpj5B8bljmHsy+BOqMJ/UNpGZM8bnvebUvOUyFq pbmzk/QCbBQyssK/pDmP9b2syVMJi30pZ3k9ZItcu92gq3X51dvVaPVzdILQDUyQSnU5nS C9BGxDmz5P+4Ea7abTeCiigTgTFJ6APNcMbZ45h/Udg/1/TetwEprcB4KqFEIM4OSijii/ RBCTU6u8Y5EJZa57sU68UIw6mrx20mc4qHxmGDExVGBgj1lwTvqqjyrF5dBbSQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=owvoHBEQ; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Spam-Score: -0.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=owvoHBEQ; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 822A2870B X-Spam-Score: -0.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: xDzRQ66lVSPY On Tue 02 Nov 2021 at 21:32 -0300, David Bremner wrote: > PS: I took the liberty of replying to the list, hope that's OK. whoops, totally. I keep forgetting to hit the right reply key. Personal feature request: notmuch-reply-dwim, bound to r, which replies to the list for mailing list posts. ;-) Cheers, Floris