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 9E97A431FAF for ; Sat, 21 Jan 2012 05:32:31 -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 GbzalDR-AtwY for ; Sat, 21 Jan 2012 05:32:31 -0800 (PST) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3322B431FAE for ; Sat, 21 Jan 2012 05:32:31 -0800 (PST) Received: by ggnk1 with SMTP id k1so17471ggn.26 for ; Sat, 21 Jan 2012 05:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:content-transfer-encoding:from:to :references:in-reply-to:date:message-id:subject:date; bh=zNQDruCIPh1FrytROGXMzFbM6cJdYw6Xm0k+7nCLNkY=; b=MaNaRhGVBHP9cQdxi6IICccrsXYitSJ8Dd/G0fn59pxNyTnZMSvEbmbmZxtACn1eMF vZtzRK93cATzJaKS7HYzrokJDYB64yBRyUtKuYLPdKrYylguTCAWbjJioz/a3jgNo63G EyaJeZVKi4PR++9R4DrcIpe59TIYtJS6Xyl8s= Received: by 10.101.177.24 with SMTP id e24mr773236anp.9.1327152749717; Sat, 21 Jan 2012 05:32:29 -0800 (PST) Received: from sophie.kazuoteramoto.org ([200.162.199.95]) by mx.google.com with ESMTPS id f47sm10874608yhh.8.2012.01.21.05.32.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Jan 2012 05:32:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Kazuo Teramoto To: David Bremner , notmuch@notmuchmail.org References: <877h1e6r9d.fsf@zancas.localnet> <1325282290-29565-1-git-send-email-kaz.rag@gmail.com> <1325282290-29565-2-git-send-email-kaz.rag@gmail.com> <87fwf9chm4.fsf@zancas.localnet> In-Reply-To: <87fwf9chm4.fsf@zancas.localnet> Date: Sat, 21 Jan 2012 13:32:26 -0000 Message-ID: <20120121133226.1052.69210@sophie> Subject: Re: [PATCH 1/2] lib: Remove unnecessary checks when calling g_mime_init Date: Sat, 21 Jan 2012 11:32:26 -0200 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, 21 Jan 2012 13:32:31 -0000 On 2012-01-21T11:25:39, David Bremner wrote: >On Fri, 30 Dec 2011 19:58:09 -0200, Kazuo Teramoto wro= te: >> g_mime_init already check for multiple initializations. >> --- >> lib/index.cc | 4 ---- >> lib/message-file.c | 4 ---- > >I'm going to mark this obsolete for now, because of the plan to replace it= with >some central init function. Yes please do it. Thanks.