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 B422E431FD0 for ; Tue, 27 Jan 2015 11:48:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.738 X-Spam-Level: * X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 tests=[DNS_FROM_AHBL_RHSBL=2.438, 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 Jug2WiN8c600 for ; Tue, 27 Jan 2015 11:48:14 -0800 (PST) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E7CAF431FCF for ; Tue, 27 Jan 2015 11:48:12 -0800 (PST) Received: by mail-wi0-f182.google.com with SMTP id n3so7346486wiv.3 for ; Tue, 27 Jan 2015 11:48:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=geNGxrN4P5an3UiBUwU2X3RemWVZnDYqGwzN07dfrM4=; b=Br3Px2StpTDRML9x0ErF6zXK2/JbAl7nE1ZAkvmdIlnGGbrNg264iAnBDLT8bXeuaU k5AdUpR+PT0i6qBQqbWRuN4A0oUwFmc8DBEb+O9pEkQlzxjz006TMTZnBflLG/xwo/Z5 HrODVvzVMK677vb7rXj16rZQ9lkCkf0CEqI7Km7cl3FQfuIt7ACTf/rnFTIpFBavG7tm gY4olDcG5aL+bP4QETs88hF/FdFhfMPFtrmEXmobIX6Ekb1K7WbaovfS0hfD0SBdJgrN TPjQu2KTz0ZsnP1vSYG9gT7kjp2rCVk7+kA8c7akM1P0pxk8phOB0JEYxwGgcOOcERTn y0aw== X-Gm-Message-State: ALoCoQnKWnt1KLx8oM6DIJwZxyakiaz9kCbBBJ+GfMWIDwbyesoGi3pS69Cj9ufKXWQXQIN3yFoH X-Received: by 10.180.91.201 with SMTP id cg9mr9356310wib.63.1422388091898; Tue, 27 Jan 2015 11:48:11 -0800 (PST) Received: from localhost (mobile-internet-5d6ab0-235.dhcp.inet.fi. [93.106.176.235]) by mx.google.com with ESMTPSA id ha1sm19409411wib.24.2015.01.27.11.48.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 11:48:11 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 3/5] doc: document notmuch-restore --input=filename option Date: Tue, 27 Jan 2015 21:48:16 +0200 Message-Id: <1422388098-16333-3-git-send-email-jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1422388098-16333-1-git-send-email-jani@nikula.org> References: <1422388098-16333-1-git-send-email-jani@nikula.org> 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: Tue, 27 Jan 2015 19:48:20 -0000 Document all options for completeness. --- doc/man1/notmuch-restore.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man1/notmuch-restore.rst b/doc/man1/notmuch-restore.rst index 936b1383e045..362e2629e574 100644 --- a/doc/man1/notmuch-restore.rst +++ b/doc/man1/notmuch-restore.rst @@ -50,6 +50,9 @@ Supported options for **restore** include format, this heuristic, based the fact that batch-tag format contains no parentheses, should be accurate. + ``--input=``\ + Read input from given file instead of stdin. + GZIPPED INPUT ============= -- 2.1.4