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 6F5016DE0EC6 for ; Sun, 31 Mar 2019 15:02:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.956 X-Spam-Level: X-Spam-Status: No, score=-0.956 tagged_above=-999 required=5 tests=[AWL=-0.306, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, 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 gIVKMdrV6zxu for ; Sun, 31 Mar 2019 15:02:55 -0700 (PDT) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) by arlo.cworth.org (Postfix) with ESMTPS id F24646DE0C51 for ; Sun, 31 Mar 2019 15:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=rbselector1; h=Content-Transfer-Encoding:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From; bh=NYmxwqofbYGH4jBh141fNwcKyHrrJ1FoK5vpOL8nI0g=; b=PxZWe+bcbvnk3a7041jZqBqfSF AjEt6ApfRdV1wwz1KIEGoBIJWCilnoz1479V4xjW+8bDVif9SDjUZcs7lT8bnQ/yKQJYNyPKmzB9T BL1Sji9NTo6Jtg5IZ/CNyAGQHrB2hJN1D3CcXizqana0PLW+wnL7pM+0jxaBem35nNCwhMOq/tWcQ 61+gxWSdre8DzCqButybYhHQDsLywOG22lC87dRmaCiFm4nPdtbwqHzPRdIjasdaXWoC4VOiBjIO8 MQ5Zp+WEX/lJ9eopvDMwMHe5SknR8veCQRI9d+mcHi5WZ1fMtq6nV2SuvWaRXVIfhPIGO84jXOozP 4OGWAlEw==; Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1hAiXQ-0002SR-0O; Mon, 01 Apr 2019 00:02:48 +0200 Received: by mailfront11.runbox.com with esmtpsa (uid:850688 ) (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.82) id 1hAiX4-0006ny-Me; Mon, 01 Apr 2019 00:02:27 +0200 From: "Alexei Gilchrist" To: "Tomas Nordin" Cc: "David Bremner" , notmuch@notmuchmail.org Subject: Re: notmuch ignoring alot of emails Date: Mon, 01 Apr 2019 09:02:21 +1100 X-Mailer: MailMate (1.12.4r5594) Message-ID: <318238AD-7746-4C6E-AE2E-E4943C23127B@runbox.com> In-Reply-To: <87o95rxq92.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <9359F7FC-94C5-48CA-B4C9-2FEB2C7EC398@runbox.com> <877ecgy505.fsf@tethera.net> <87o95rxq92.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Clacks-Overhead: GNU Terry Pratchett X-Mailman-Approved-At: Mon, 01 Apr 2019 09:27:40 -0700 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: Sun, 31 Mar 2019 22:02:56 -0000 That’s interesting. Do you know a link to the file spec for maildir file content? All I can find is information about the directory structure and file naming, not the file content. mbsync which specialises in maildir also had an initial “From “ line for me, and they are independently configured. I’ll try out a couple of different mail hosts to see if it’s that. I can imagine that mutt just assumes they are maildir files once configured that way, but mu also assumes the files are maildir and also uses gmime to parse. However the current version on home-brew (Mac) is linked to a version of gmime which was fixed to accomodate multiple “From “ lines I believe, though I haven’t dug through the source yet. Cheers, Alexei On 31 Mar 2019, at 22:00, Tomas Nordin wrote: > Alexei Gilchrist writes: > >> Every message file begins with “From “. This is true of all >> messages >> downloaded by both offlineimap (with type = Maildir) and mbsync. >> neomutt has no issues dealing with these files as maildir and mu has >> no >> issues indexing them either. I’m assuming that stating with “From >> “ is part of the maildir spec. > > FWIW, I use Offlineimap and files retreived with it here does not > begin > with "From". I see things like "Received: from..." or > "Return-Path:..." > as the beginning of the first line. > >> Try it. Send yourself a message with the line “From bad parsing >> comes >> chaos” and see if your notmuch can find it. My version can’t. > > I tried that and find messages as expected. I mean, the message I sent > and this thread. > > Best regards > -- > Tomas