Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / 2f1836d413ad188df487820fa3e65b4afc9f8a
1 Return-Path: <perttu.luukko@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 257BF431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 31 Aug 2014 23:41:30 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id P+q9ZgwUiIYW for <notmuch@notmuchmail.org>;\r
16         Sun, 31 Aug 2014 23:41:21 -0700 (PDT)\r
17 Received: from mail.kapsi.fi (mail.kapsi.fi [217.30.184.167])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 04E95431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 31 Aug 2014 23:41:20 -0700 (PDT)\r
22 Received: from lakka.kapsi.fi ([2001:1bc8:1004::1] ident=Debian-exim)\r
23         by mail.kapsi.fi with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\r
24         (Exim 4.72) (envelope-from <perttu.luukko@iki.fi>)\r
25         id 1XOLIY-0007zq-LS; Mon, 01 Sep 2014 09:41:06 +0300\r
26 Received: from nuteater by lakka.kapsi.fi with local (Exim 4.80)\r
27         (envelope-from <perttu.luukko@iki.fi>)\r
28         id 1XOLIY-0003gS-FW; Mon, 01 Sep 2014 09:41:06 +0300\r
29 Date: Mon, 1 Sep 2014 09:41:06 +0300\r
30 From: Perttu Luukko <perttu.luukko@iki.fi>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: Re: How to debug 'ignoring non-mail file' issues\r
33 Message-ID: <20140901064106.GA3901@lakka.kapsi.fi>\r
34 References: <20140831074059.GA13399@rakuuna.dhcp.inet.fi>\r
35         <87oav0sj3f.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 Content-Disposition: inline\r
39 In-Reply-To: <87oav0sj3f.fsf@maritornes.cs.unb.ca>\r
40 User-Agent: Mutt/1.5.22.1 (2013-10-16)\r
41 X-SA-Exim-Connect-IP: 2001:1bc8:1004::1\r
42 X-SA-Exim-Mail-From: perttu.luukko@iki.fi\r
43 X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false\r
44 Cc: notmuch@notmuchmail.org\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 01 Sep 2014 06:41:30 -0000\r
58 \r
59 On 2014-08-31 09:46:12, David Bremner wrote:\r
60 > Perttu Luukko <perttu.luukko@iki.fi> writes:\r
61\r
62 > > I understand that the list of non-mail files is stored in the\r
63 > > notmuch database and the files are completely ignored from there on.\r
64 > > This actually makes it harder to debug these kind of issues since\r
65 > > the list of ignored mails is only visible on the first invocation of\r
66 > > 'notmuch new', unless the files are moved around. Is there some way\r
67 > > to extract the list of ignored files from the database for\r
68 > > inspection? Maybe 'notmuch new' could have some kind of\r
69 > > --unignore-non-mail switch that would reconsider previously ignored\r
70 > > files.\r
71\r
72 > I _think_ it should suffice to do something like\r
73\r
74 >    find Maildir -type d -exec touch {} \;\r
75\r
76 > to force a rescan\r
77 \r
78 Yes, that indeed works. I'll probably move these ignored files to a\r
79 separate folder for inspection.\r
80 \r
81 -- \r
82 Perttu\r