[PATCH 6/8] CLI: refactor dumping of tags.
[notmuch-archives.git] / 77 / 3a3061327c4978fcb51848042af45dad28d214
1 Return-Path: <sojkam1@fel.cvut.cz>\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 74B3540DAC3\r
6         for <notmuch@notmuchmail.org>; Wed,  3 Nov 2010 14:58:13 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=unavailable\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 ThTA2xmidyip for <notmuch@notmuchmail.org>;\r
16         Wed,  3 Nov 2010 14:57:58 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 94C3A40DAC1\r
19         for <notmuch@notmuchmail.org>; Wed,  3 Nov 2010 14:57:58 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 950DA19F3344;\r
22         Wed,  3 Nov 2010 22:57:57 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id hvBfeXWt4oYk; Wed,  3 Nov 2010 22:57:56 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 3E53019F3336;\r
30         Wed,  3 Nov 2010 22:57:56 +0100 (CET)\r
31 Received: from steelpick.2x.cz (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 06A3915C027;\r
34         Wed,  3 Nov 2010 22:57:56 +0100 (CET)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1PDlL9-0007jb-Hq; Wed, 03 Nov 2010 22:57:55 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: Darren McGuicken <mailing-notmuch@fernseed.info>,\r
40         Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
41 Subject: Re: bug report: notmuch-hello 'All tags' view\r
42 In-Reply-To: <87r5f3mqdn.fsf@bookbinder.fernseed.info>\r
43 References: <87pquogrq7.fsf@yoom.home.cworth.org>\r
44         <87lj5bv7sn.fsf@bookbinder.fernseed.info>\r
45         <87r5f3mqdn.fsf@bookbinder.fernseed.info>\r
46 User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1\r
47         (x86_64-pc-linux-gnu)\r
48 Date: Wed, 03 Nov 2010 22:57:55 +0100\r
49 Message-ID: <87y69a2hp8.fsf@steelpick.2x.cz>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain; charset=us-ascii\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Wed, 03 Nov 2010 21:58:13 -0000\r
65 \r
66 On Tue, 02 Nov 2010 20:17:56 +0000, Darren McGuicken <mailing-notmuch@fernseed.info> wrote:\r
67 > Wow, that was probably the most secure bug report in history - this time\r
68 > in plain for those of you who don't have access to Carl's private key!\r
69\r
70 > I've noticed since rebasing to 0.4 that I'm seeing an empty entry in the\r
71 > 'All tags' view of notmuch-hello which appears to represent a search\r
72 > against 'tag:'.  \r
73\r
74 > For some reason this search matches 1,233 of my now 22,905 messages,\r
75 > encompassing a date range of about five years and including an\r
76 > apparently random collection of both tagged and untagged threads.\r
77\r
78 > Anyone else seeing anything similar?  What else do you need from me to\r
79 > track this one down?\r
80 \r
81 I can confirm this with 0.4 debian package. notmuch search-tags outputs\r
82 first line as empty and emacs shows it in All tags view.\r
83 \r
84 -Michal\r