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 0B9146DE10D2 for ; Thu, 12 Dec 2019 04:00:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.064 X-Spam-Level: X-Spam-Status: No, score=-0.064 tagged_above=-999 required=5 tests=[AWL=-0.063, SPF_PASS=-0.001] 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 8D6IqRm4Tj6O for ; Thu, 12 Dec 2019 04:00:58 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 0405E6DE10B2 for ; Thu, 12 Dec 2019 04:00:57 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1ifN9K-0001Pz-FK; Thu, 12 Dec 2019 07:00:54 -0500 Received: (nullmailer pid 3334386 invoked by uid 1000); Thu, 12 Dec 2019 12:00:53 -0000 From: David Bremner To: Berthold Lorke , notmuch@notmuchmail.org Subject: Re: non-threaded view In-Reply-To: <632101253.461599.1576113833299@webmail.strato.com> References: <632101253.461599.1576113833299@webmail.strato.com> Date: Thu, 12 Dec 2019 08:00:53 -0400 Message-ID: <87v9qlda8a.fsf@tethera.net> 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: Thu, 12 Dec 2019 12:00:59 -0000 Berthold Lorke writes: > i tried the notmuch-search(1) option "--output=messages", but it kind > of didn't work, it only displayed a very very small subset of my > thousands of emails, and the option "--output=threads" or > "--output=summary" (neither of which i want, i just did this to try it > out) had the same problem with only showing very very few results. am > i not understanding this option? Is there some notmuch command that does find all of your mail? It sounds like notmuch is not indexing most of your messages. Does "notmuch count '*'" match the output of "notmuch search --output=messages | wc -l" d