Re: Applying patches directly from emails?
[notmuch-archives.git] / 2a / 8e2a56cbcf676e6513a0ed68f7301aa8a29244
1 Return-Path: <error4me@gmx.de>\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 80F67431E64\r
6         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 11:05:16 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id psjJFLHr5gf3 for <notmuch@notmuchmail.org>;\r
17         Mon, 30 Jan 2012 11:05:16 -0800 (PST)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])\r
19         by olra.theworths.org (Postfix) with SMTP id 92895431FBC\r
20         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 11:05:15 -0800 (PST)\r
21 Received: (qmail invoked by alias); 30 Jan 2012 19:05:14 -0000\r
22 Received: from p54BE2F5E.dip.t-dialin.net (EHLO shi.workgroup) [84.190.47.94]\r
23         by mail.gmx.net (mp016) with SMTP; 30 Jan 2012 20:05:14 +0100\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX1+RcDY9UWKRaMDZUbEHIvCrDRE+B9PZsNPe7XGgCp\r
26         ZflwJpHAz/g0UD\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RrwWz-00060i-SK; Mon, 30 Jan 2012 20:04:46 +0100\r
30 Date: Mon, 30 Jan 2012 20:04:25 +0100\r
31 From: Gregor Zattler <telegraph@gmx.net>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: Bug?: notmuch-search-show-thread shows several threads; only one\r
34         containing matching messages\r
35 Message-ID: <20120130190425.GB13521@shi.workgroup>\r
36 Mail-Followup-To: notmuch <notmuch@notmuchmail.org>\r
37 References: <20120126004024.GA13704@shi.workgroup>\r
38         <20120126011903.GA1176@mit.edu>\r
39         <8762fzry7k.fsf@servo.finestructure.net>\r
40         <20120126124450.GB30209@shi.workgroup> <87mx9avbc1.fsf@praet.org>\r
41         <20120129234213.GB11460@shi.workgroup> <87zkd5655g.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Content-Disposition: inline\r
45 In-Reply-To: <87zkd5655g.fsf@praet.org>\r
46 User-Agent: Mutt/1.5.21 (2010-09-15)\r
47 X-Y-GMX-Trusted: 0\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 30 Jan 2012 19:05:16 -0000\r
61 \r
62 Hi Pieter,\r
63 * Pieter Praet <pieter@praet.org> [30. Jan. 2012]:\r
64 > On Mon, 30 Jan 2012 00:42:14 +0100, Gregor Zattler <telegraph@gmx.net> wrote:\r
65 >> * Pieter Praet <pieter@praet.org> [26. Jan. 2012]:\r
66 >>> On Thu, 26 Jan 2012 13:44:50 +0100, Gregor Zattler <telegraph@gmx.net> wrote:\r
67 >>>>    |> [2] grep -I "^Message-Id:" /tmp/thread-I-m-interested-in.mbox |sed -e "s/Message-Id: <//I" -e "s/>$//" >really.mid\r
68 >>>>    |>     grep -I -F really.mid rest.mbox\r
69 >>>>    |>     --> no match\r
70 >>> \r
71 [...]\r
72 >>> Also, the '-F' option expects input on stdin, not a filename.\r
73 >> \r
74 >> No, this is -F instead of -f and means --fixed-strings.\r
75 >> \r
76 > And as I said, `-F' requires input on stdin, like this:\r
77\r
78 >   `grep -F "$(cat really.mid)" rest.mbox'\r
79\r
80 > Otherwise [1] you're grepping for the pattern 'really.mid' instead of\r
81 > for the patterns specified *in* 'really.mid', so naturally, you aren't\r
82 > getting any results.\r
83 \r
84 *blush* you're right and I'm wrong.  I re-re-did the greps with\r
85 with the same results (no hits at all).\r
86 \r
87 [...]\r
88 >>> Here's another couple of threads squashed into a single one:\r
89 >>> - [O] [Use Question] Capture and long lines\r
90 >>>   - id:"BANLkTikoF4tXuNLLufRzNSD6k2ZYs7sUcg@mail.gmail.com"\r
91 >>> - [O] Worg update\r
92 >>>   - id:"m1wrfiz3ch.fsf@tsdye.com"\r
93 >>> - [O] Table formula to convert hex to dec\r
94 >>>   - id:"20110724080054.GB16388@x201"\r
95 >>> - [O] ICS import?\r
96 >>>   - id:"20120125173421.GQ3747@x201"\r
97 >>> \r
98 >>> \r
99 >>> AFAICT, none of them share Message-Id's...\r
100 >> \r
101 >> Do you consider this a bug?\r
102 >> \r
103\r
104 > I do.  No idea what causes it or how to fix it though... :)\r
105 \r
106 First I thougt it' not a severe bug since one see's more not less\r
107 messages in notmuch show buffer.  But later I realised one also\r
108 sees less not more threads in notmuch search buffer and might not\r
109 read certain notmuch threads because of "wrong" $Subject: in\r
110 notmuch search buffer.\r
111 \r
112 Ciao, Gregor\r
113 -- \r
114  -... --- .-. . -.. ..--.. ...-.-\r