Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BDCA1431FD0 for ; Fri, 30 Dec 2011 17:16:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date" X-Spam-Flag: NO X-Spam-Score: -0.367 X-Spam-Level: X-Spam-Status: No, score=-0.367 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, INVALID_DATE=0.432, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IbFCM-AgYqgO for ; Fri, 30 Dec 2011 17:16:52 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 12C57431FB6 for ; Fri, 30 Dec 2011 17:16:51 -0800 (PST) Received: by werm12 with SMTP id m12so8530201wer.26 for ; Fri, 30 Dec 2011 17:16:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=content-type:mime-version:content-transfer-encoding:from:to :references:in-reply-to:date:message-id:subject:date; bh=dkCVWlZWFEln3XxUmi+LH+5zOQyLVXRzx1zyiFReYTE=; b=jdmvZYeEV3uRPDL27py9g41olcU2Nbc95Bjz7KoG+pxyMDDW9uDljAS6SalhYR+80L +p9C8rWdT3sM9efzC2weYl48FcOK+gHfrcmBF4dqBprvOkXpmBXAODaW+ClZYIBJ2krn 1Oq7A8P/d6yTQfTXftewq0vGg3sQ3UTWbXZiw= Received: by 10.216.132.98 with SMTP id n76mr22892270wei.36.1325294210547; Fri, 30 Dec 2011 17:16:50 -0800 (PST) Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com. [82.41.10.37]) by mx.google.com with ESMTPS id em4sm41441026wbb.20.2011.12.30.17.16.48 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Dec 2011 17:16:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Patrick Totzke To: Kazuo Teramoto , notmuch@notmuchmail.org, David Bremner References: <877h1e6r9d.fsf@zancas.localnet> <1325282290-29565-1-git-send-email-kaz.rag@gmail.com> In-Reply-To: <1325282290-29565-1-git-send-email-kaz.rag@gmail.com> Date: Sat, 31 Dec 2011 01:16:47 -0000 Message-ID: <20111231011647.24112.70437@brick.lan> Subject: Re: [PATCH 0/2] Multiples calls of g_mime_init Date: Sat, 31 Dec 2011 01:16:47 +0000 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 31 Dec 2011 01:16:52 -0000 hi! while I cannot confirm that this patch solves the stated issue (cannot repr= oduce), It seeminly doesn't break things either and I'm all in favour of doing thin= gs right=E2=84=A2. On a related note: It also doesn't fix the recent segfaults of the bindings that occur when you try to write to a locked database. cf "id:4eddf2b1.4288980a.0b74.5557@mx.google.com" hth, /p