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 27581431FC4 for ; Sun, 19 Jan 2014 12:33:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 L5I8KCKdRNlX for ; Sun, 19 Jan 2014 12:33:24 -0800 (PST) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1B689431FD9 for ; Sun, 19 Jan 2014 12:32:54 -0800 (PST) Received: by mail-ee0-f42.google.com with SMTP id e49so3042115eek.15 for ; Sun, 19 Jan 2014 12:32:54 -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:in-reply-to:references; bh=zKGNRe7Mj/GJCHAfNZAVE2gHZkzZvLzXhwehq4Lv2Jc=; b=IIHcctsQNdYS/c1qmfacd1vdSQ1UhEToooff4BoVED1JNk8c5u+xQPM6ZWumHv/MZR PFCNOxcKFrdcfi2YX6D0IZoYG8nOCZVwuPesIp/rTNuosd6ogSI/PLYYXKCfvNSwxzAX arjDVgdrbRvtd10yeJjtQWcsGYdDTTjPOnfY3XBjRqMTJIvecMgXzDNpunxiWLmzciJn sM/UqF+ThvLHlPbF6rmk23hgcTLxQf7ymQg24GtMrgfBBMyhWM7HmqPxZgESFJV72Vk/ Ez78PlTa7AGoeSKDtdqiOcqyWX3nUdhu5BO8xZL+T1AA/LvpxfIC7RaPQTzMf36kQl5X qIUg== X-Gm-Message-State: ALoCoQnSxdvxAra1IibdeUZgp2bci1gSf28z0CbQOiK1wR8plDE3jjqWgoFe5ccOVrHQsEd1zpzE X-Received: by 10.14.87.195 with SMTP id y43mr14073296eee.32.1390163573883; Sun, 19 Jan 2014 12:32:53 -0800 (PST) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id i2sm5160818eem.6.2014.01.19.12.32.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 19 Jan 2014 12:32:53 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 7/7] man: document notmuch new --quiet option Date: Sun, 19 Jan 2014 22:32:28 +0200 Message-Id: <6253a2a5db615c6e58917c59278726503b24ee5d.1390163335.git.jani@nikula.org> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: References: In-Reply-To: References: 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: Sun, 19 Jan 2014 20:33:30 -0000 --- man/man1/notmuch-new.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1 index 5725b7d..7e71926 100644 --- a/man/man1/notmuch-new.1 +++ b/man/man1/notmuch-new.1 @@ -60,6 +60,11 @@ include Prevents hooks from being run. .RE +.RS 4 +.TP 4 +.BR \-\-quiet +Do not print progress or results. +.RE .RE .SH SEE ALSO -- 1.8.5.2