From 33f8ef2be80a98d172e78961766bb5d5a197ff06 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 27 Jan 2015 21:48:15 +0200 Subject: [PATCH] [PATCH 2/5] doc: document notmuch-dump --output=filename option --- 3b/35d353d1fb2d449e2c970cc1739cf85e14f496 | 87 +++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 3b/35d353d1fb2d449e2c970cc1739cf85e14f496 diff --git a/3b/35d353d1fb2d449e2c970cc1739cf85e14f496 b/3b/35d353d1fb2d449e2c970cc1739cf85e14f496 new file mode 100644 index 000000000..78580a4fa --- /dev/null +++ b/3b/35d353d1fb2d449e2c970cc1739cf85e14f496 @@ -0,0 +1,87 @@ +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 1A7A7431FD6 + for ; Tue, 27 Jan 2015 11:48:16 -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 OANef3+uGAEA for ; + Tue, 27 Jan 2015 11:48:13 -0800 (PST) +Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com + [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + EB0E1431FAF for ; Tue, 27 Jan 2015 11:48:11 -0800 + (PST) +Received: by mail-wg0-f53.google.com with SMTP id a1so16630579wgh.12 + for ; Tue, 27 Jan 2015 11:48:11 -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=zdIC0M3nqbGHuK0fyV0rOFPRw0ldd9y77qyXpo/ZR+U=; + b=Q3ytdn3da19l0b4I4fMslJ00mU40DevLX47x5Pi4Hp+DaIudNclFKZRgyAfwx8CUQ7 + fdLwEO7YJEf2DjcYo8tijf21z2HvzoO2jZ22nA8zounOxgcd000PqHP0/f4wRpgoBiuG + rKg2Uw/aXzhW+F8cfzQEPCLZ8FN2WvArAeNnaTMx0PLo3SdazJ49bjLT0xBusfT8I4Ep + FODsF3veH2JW72DCu7e44WdL1SIEfHCD7Dn3d3TSsPBk8Ja+AiR/C4jERiAboWJdtgIf + OTB34v08tCAVXL6TYH+Z9Vm/P1nbNTJK/gY5TeO7g7iFhIRcFWW4o+C2kQaiCIjKWkr3 + a3UQ== +X-Gm-Message-State: + ALoCoQmFWPAkhN3b2VzEMtShzSGPWyh7/htfEid0objfkQgBu3OQYfAZUmIfDCLYwxL65cfwZfZL +X-Received: by 10.194.170.161 with SMTP id an1mr2960149wjc.126.1422388089938; + Tue, 27 Jan 2015 11:48:09 -0800 (PST) +Received: from localhost (mobile-internet-5d6ab0-235.dhcp.inet.fi. + [93.106.176.235]) + by mx.google.com with ESMTPSA id ez1sm3118670wjd.31.2015.01.27.11.48.08 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 27 Jan 2015 11:48:08 -0800 (PST) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 2/5] doc: document notmuch-dump --output=filename option +Date: Tue, 27 Jan 2015 21:48:15 +0200 +Message-Id: <1422388098-16333-2-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:16 -0000 + +Document all options for completeness. +--- + doc/man1/notmuch-dump.rst | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst +index 3a6d0b34f505..a37c337c72e6 100644 +--- a/doc/man1/notmuch-dump.rst ++++ b/doc/man1/notmuch-dump.rst +@@ -71,6 +71,8 @@ Supported options for **dump** include + characters. Note also that tags with spaces will not be + correctly restored with this format. + ++ ``--output=``\ ++ Write output to given file instead of stdout. + + SEE ALSO + ======== +-- +2.1.4 + -- 2.26.2