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 8F0ED6DE0E8B for ; Fri, 19 Apr 2019 16:28:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.026 X-Spam-Level: X-Spam-Status: No, score=-0.026 tagged_above=-999 required=5 tests=[AWL=-0.025, 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 ezjYAlqGteHx for ; Fri, 19 Apr 2019 16:28:39 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 4CD0D6DE0E84 for ; Fri, 19 Apr 2019 16:28:39 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hHcvp-0007fR-Nj; Fri, 19 Apr 2019 19:28:33 -0400 Received: (nullmailer pid 8383 invoked by uid 1000); Fri, 19 Apr 2019 23:28:32 -0000 From: David Bremner To: Daniel Kahn Gillmor , Ralph Seichter , notmuch@notmuchmail.org Subject: Re: Unexpected output of "notmuch new --quiet" In-Reply-To: <87ftqex9tb.fsf@fifthhorseman.net> References: <87imvc5pvg.fsf@ra.horus-it.com> <87bm14gqib.fsf@tethera.net> <87y3471ml9.fsf@ra.horus-it.com> <87d0ljfnlz.fsf@tethera.net> <87ftqfctf0.fsf@ra.horus-it.com> <87zhomxyrg.fsf@fifthhorseman.net> <87a7gmdrqo.fsf@ra.horus-it.com> <87ftqex9tb.fsf@fifthhorseman.net> Date: Fri, 19 Apr 2019 20:28:32 -0300 Message-ID: <87o951efrz.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: Fri, 19 Apr 2019 23:28:40 -0000 Daniel Kahn Gillmor writes: > I've personally done the (maybe bad) thing where i just drop a folder > full of RFC5322 .eml files anywhere inside my message store and run > "notmuch new" to ingest them. I'd be sad if those files went away, but > perhaps you're right that we should only be looking at are things within > any cur/ and new/ subfolders within the message archive. > notmuch(1) is on your side: The mail directory you specify can contain any number of sub-directories and should primarily contain only files with individual email messages (eg. maildir or mh archives are perfect). If there are other, non-email files (such as indexes maintained by other email programs) then notmuch will do its best to detect those and ignore them. I guess my initial reaction is that the tradeoff discussed here (less functionality for better/fewer warnings) doesn't seem great. d