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 67F136DE01DF for ; Tue, 8 May 2018 13:09:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.475 X-Spam-Level: X-Spam-Status: No, score=0.475 tagged_above=-999 required=5 tests=[AWL=-0.177, 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 sWT3DE3c0zgb for ; Tue, 8 May 2018 13:09:50 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id C7CD76DE01CE for ; Tue, 8 May 2018 13:09:48 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 36351100033; Tue, 8 May 2018 23:09:38 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: fix notmuch-search example In-Reply-To: <20180508151255.7155-1-david@tethera.net> References: <20180508151255.7155-1-david@tethera.net> User-Agent: Notmuch/0.26.1+22~g888240d (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.26 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, 08 May 2018 20:09:51 -0000 On Tue, May 08 2018, David Bremner wrote: > For some reason the searched tag did not match the displayed results. +1 Tomi > --- > doc/man1/notmuch-search.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst > index 181058c6..e42da2ae 100644 > --- a/doc/man1/notmuch-search.rst > +++ b/doc/man1/notmuch-search.rst > @@ -146,9 +146,9 @@ message having multiple filenames. > :: > > % notmuch search date:today.. and tag:bad-news > - thread:0000000000063c10 Today [1/1] Some Persun; To the bone (inbox unread) > - thread:0000000000063c25 Today [1/1(2)] Ann Other; Bears (inbox unread) > - thread:0000000000063c00 Today [1/1] A Thurd; Bites, stings, sad feelings (inbox unread) > + thread:0000000000063c10 Today [1/1] Some Persun; To the bone (bad-news inbox unread) > + thread:0000000000063c25 Today [1/1(2)] Ann Other; Bears (bad-news inbox unread) > + thread:0000000000063c00 Today [1/1] A Thurd; Bites, stings, sad feelings (bad-news unread) > > EXIT STATUS > =========== > -- > 2.17.0 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch