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 51C5E431FC2 for ; Sat, 30 Mar 2013 06:59:11 -0700 (PDT) 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 ztpDrWQ7v82p for ; Sat, 30 Mar 2013 06:59:07 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 44E26431FBF for ; Sat, 30 Mar 2013 06:59:07 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id r11so901506lbv.26 for ; Sat, 30 Mar 2013 06:59:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=vwxot+LUabvUUXg/Xdb/X5ViQrqo/n2/WD+49F6wsbs=; b=LeX5jk9sNI+necafOQNw3zYtlsnXD0B0b0pwb5U6PVRaYRcd4osbqaF4o1rhU22Fli LO/0V7QmyV4pITJa9RqFMBlUWgyzcFT9u6MqxoSSSK/q2XPijtx7mMSzTsw6eD8BywmZ lb91vwPbY1EQ18fVA5s1PCOelJjX8vR9SujWrWAlwsy6T0R8zn7oUCXoJKyOTHzKcjXh zaBDonWjVBetOGpmFdjm7RB3FpJHXFuKajVmdt+HdOYPRoleo9iP81CyqOEXQyikNS2V 7AhwjOmJJwPVHZyR0U1sB+TkuX5pXitGRFmWRFQWQ6LVRFd73rgtg1S+1xgS45njl3a1 nXUw== X-Received: by 10.152.105.244 with SMTP id gp20mr2772109lab.34.1364651945815; Sat, 30 Mar 2013 06:59:05 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id e9sm2661741lbz.1.2013.03.30.06.59.04 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 30 Mar 2013 06:59:04 -0700 (PDT) From: Jani Nikula To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH v2 3/6] cli: add --batch option to notmuch count In-Reply-To: <87txny2ah3.fsf@nikula.org> References: <877gl0zxk2.fsf@servo.finestructure.net> <87txny2ah3.fsf@nikula.org> User-Agent: Notmuch/0.15.2+48~gc5630bf (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Sat, 30 Mar 2013 15:59:04 +0200 Message-ID: <87mwtlrntj.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain X-Gm-Message-State: ALoCoQmDy3yr7UL2w/qcv9megZ3V7L67yfX4kTBxFJYPulTYQ3v9N0lczNwpZSZ+t76NUV/SzSXp 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, 30 Mar 2013 13:59:11 -0000 On Tue, 26 Mar 2013, Jani Nikula wrote: > On Thu, 21 Mar 2013, Jameson Graef Rollins wrote: >> On Sat, Mar 09 2013, Jani Nikula wrote: >>> Add support for reading queries from stdin, one per line, and writing >>> results to stdin, one per line. >> >> I assume this is meant to be "to stdout". > > Oops, I got that comment the last time too. :( BTW just to be clear, I'm not sending another version of this patch (series) just to fix this mistake; I'll wait for more review comments. (And if all looks good and David is in a good mood, perhaps he can tweak the commit message. ;) BR, Jani.