'notmuch new' trying to read non-existing files
authorPerttu Luukko <perttu.luukko@iki.fi>
Mon, 25 Aug 2014 18:41:56 +0000 (21:41 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:20 +0000 (10:04 -0800)
c4/65cd35f2d67ba7ff677311e062da88982cdf1b [new file with mode: 0644]

diff --git a/c4/65cd35f2d67ba7ff677311e062da88982cdf1b b/c4/65cd35f2d67ba7ff677311e062da88982cdf1b
new file mode 100644 (file)
index 0000000..9ce4d8f
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <perttu.luukko@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 19ADD431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 25 Aug 2014 12:42:42 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 0NKf76AezQOa for <notmuch@notmuchmail.org>;\r
+       Mon, 25 Aug 2014 12:42:38 -0700 (PDT)\r
+X-Greylist: delayed 3627 seconds by postgrey-1.32 at olra;\r
+       Mon, 25 Aug 2014 12:42:38 PDT\r
+Received: from mail.kapsi.fi (mail.kapsi.fi [217.30.184.167])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 2E56E431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 25 Aug 2014 12:42:38 -0700 (PDT)\r
+Received: from dsl-jklbrasgw1-54fb12-136.dhcp.inet.fi ([84.251.18.136]\r
+       helo=localhost)\r
+       by mail.kapsi.fi with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16)\r
+       (Exim 4.72) (envelope-from <perttu.luukko@iki.fi>)\r
+       id 1XLzDL-0002TJ-0d\r
+       for notmuch@notmuchmail.org; Mon, 25 Aug 2014 21:41:59 +0300\r
+Date: Mon, 25 Aug 2014 21:41:56 +0300\r
+From: Perttu Luukko <perttu.luukko@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: 'notmuch new' trying to read non-existing files\r
+Message-ID: <20140825184156.GA6905@rakuuna.dhcp.inet.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+User-Agent: Mutt/1.5.23 (2014-03-12)\r
+X-SA-Exim-Connect-IP: 84.251.18.136\r
+X-SA-Exim-Mail-From: perttu.luukko@iki.fi\r
+X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false\r
+X-Mailman-Approved-At: Tue, 26 Aug 2014 00:49:17 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 25 Aug 2014 19:42:42 -0000\r
+\r
+Hi,\r
+\r
+I decided to give notmuch a spin and installed version 0.18.1 on my mail\r
+provider's shell server. The layout offered by my mail provider's\r
+Dovecot is such that INBOX is stored in Maildir format at ~/Maildir and\r
+other folders are stored as subfolders of ~/Maildir, filename of each\r
+directory beginning with a period. In addition, ~/Maildir contains files\r
+'dovecot-uidlist' and dovecot-uidvalidity', and each subdirectory\r
+contains an empty file 'maildirfolder' in addition to the usual cur, new\r
+and tmp. I don't know if this is an unusual layout or not.\r
+\r
+When I run 'notmuch new' I get:\r
+\r
+       Found 9903 total files (that's not much mail).\r
+       Error reading file /home/users/(username)/Maildir/.act/.act: No such file\r
+       or directory\r
+       Processed 1 file in almost no time.\r
+       Added 1 new message to the database.\r
+       Note: A fatal error was encountered: Something went wrong trying to read\r
+       or write a file\r
+\r
+The subdirectory .act is really the first (alphabetically) subdirectory\r
+of ~/Maildir, but .act/.act does not exist and I don't know why notmuch\r
+tries to read it. In a following run the .act subdirectory gets replaced\r
+by .Drafts, but the error is the same. So for some reason 'notmuch new'\r
+tries to read for each subdirectory a deeper subdirectory which does not\r
+exist. Only emails in the top-level INBOX folder are added to the\r
+database. The same collection of email offlineimap'd to my local\r
+computer and with a more plain layout (each folder as a subdirectory of\r
+~/mail, no dots) is read without problems.\r
+\r
+What could be going wrong here? Is this a layout that should be indexed\r
+by notmuch?\r
+\r
+Please note that I'm not subscribed to this mailing list -- I'm not\r
+using notmuch yet so I can't handle the volume :)\r
+\r
+-- \r
+Perttu Luukko\r