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 A13E1429E21 for ; Wed, 11 Jan 2012 10:27:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 krbvQPsT8Y7s for ; Wed, 11 Jan 2012 10:27:09 -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 2E8C3431FB6 for ; Wed, 11 Jan 2012 10:27:09 -0800 (PST) Received: by werm12 with SMTP id m12so893292wer.26 for ; Wed, 11 Jan 2012 10:27:06 -0800 (PST) Received: by 10.216.138.219 with SMTP id a69mr3345204wej.6.1326306426568; Wed, 11 Jan 2012 10:27:06 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id di5sm4144706wib.3.2012.01.11.10.27.03 (version=SSLv3 cipher=OTHER); Wed, 11 Jan 2012 10:27:04 -0800 (PST) From: Jani Nikula To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] count: Convert to new-style argument parsing In-Reply-To: <87zkdulkla.fsf@nikula.org> References: <20120109043101.GH20796@mit.edu> <1326258173-21163-1-git-send-email-amdragon@mit.edu> <1326258173-21163-2-git-send-email-amdragon@mit.edu> <87zkdulkla.fsf@nikula.org> User-Agent: Notmuch/0.10.2+193~ga73a411 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Wed, 11 Jan 2012 20:27:01 +0200 Message-ID: <87y5teccy2.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 11 Jan 2012 18:27:10 -0000 On Wed, 11 Jan 2012 08:17:05 +0000, Jani Nikula wrote: > In fact, this is exactly what I did in commits > e6d89ad723f775952d89d4f81b6072617c5caf18 and > be5619cca32452f1a398add85908d78d6e72f469. In the latter I could have > used notmuch_bool_t because it's a typedeffed int, but then I would've > depended on some external typedef not changing (it probably won't, but > this is defensive programming). Please disregard the commit ids above. The correct references are 2d1385e141b1799b4b3942a3fe2dcbcdbf92dc38 and id:"d32e63c8115b1f2868acf96c83b30697be88ff10.1326224339.git.jani@nikula.org". Sorry for the confusion. BR, Jani.