From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2168B429E25 for ; Mon, 10 Oct 2011 00:33:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 DCVce381ILgz for ; Mon, 10 Oct 2011 00:33:09 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 94E1A431FB6 for ; Mon, 10 Oct 2011 00:33:09 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p9A7Wn1o019626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 10 Oct 2011 10:32:49 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9A7WlJZ019625; Mon, 10 Oct 2011 10:32:47 +0300 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: Jameson Graef Rollins Subject: Re: output file argument to notmuch dump. References: <8739f5tzxj.fsf@zancas.localnet> <87zkhcemy7.fsf@servo.factory.finestructure.net> X-Face: HhBM'cA~ (Jameson Graef Rollins's message of "Fri, 07 Oct 2011 10:22:24 -0700") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: Tomi Ollila , David Bremner , notmuch 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: Mon, 10 Oct 2011 07:33:11 -0000 On Fri 07 Oct 2011 20:22, Jameson Graef Rollins writes: > On Fri, 07 Oct 2011 14:15:39 +0300, Tomi Ollila wrote: >> The option 2, i.e. optional --write (or -o|--output) should be available; >> someone may run notmuch without using environment that provides >> redirections (or it is just plain simpler to give the command line option >> instead of doing redirections). > > If that were the case then none of the other notmuch commands would work > in the environment either. If that's a concern, then notmuch should > have a generic --redirect option that works for all commands, as Tom > suggested out earlier. Good point. I Agree. So, no spesific --write|-o|--output for dump is my current vote. > > jamie. Tomi