From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 651E66DE102D for ; Sat, 30 Mar 2019 13:48:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.454 X-Spam-Level: X-Spam-Status: No, score=0.454 tagged_above=-999 required=5 tests=[AWL=-0.198, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ncJkU8vDT2ly for ; Sat, 30 Mar 2019 13:48:58 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id AF9726DE0F98 for ; Sat, 30 Mar 2019 13:48:58 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 692181000E3; Sat, 30 Mar 2019 22:48:54 +0200 (EET) From: Tomi Ollila To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: document notmuch new --verbose In-Reply-To: <20190329094817.8944-1-sojkam1@fel.cvut.cz> References: <20190329094817.8944-1-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.28.3+42~g7b16377 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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 2019 20:48:59 -0000 On Fri, Mar 29 2019, Michal Sojka wrote: LGTM. I run notmuch new always with --verbose (via wrapper). Good that the option is now mentioned. Tomi > --- > doc/man1/notmuch-new.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst > index 5eeb4926..20a1103b 100644 > --- a/doc/man1/notmuch-new.rst > +++ b/doc/man1/notmuch-new.rst > @@ -43,6 +43,10 @@ Supported options for **new** include > ``--quiet`` > Do not print progress or results. > > +``--verbose`` > + Print file names being processed. Ignored when combined with > + ``--quiet``. > + > ``--decrypt=(true|nostash|auto|false)`` > If ``true``, when encountering an encrypted message, try to > decrypt it while indexing, and stash any discovered session keys. > -- > 2.20.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch