Re: Possible some threads are not complete due to bug?

2015-10-04 Thread Xu Wang
On Sun, Oct 4, 2015 at 6:57 AM, David Bremner wrote: > Xu Wang writes: > >> >> $ notmuch search --output=threads "id:MYMSGID" >> thread:a125 >> $ notmuch search --output=messages "thread:a125" >> id:MYMSGID >> $ >> # I know that MYMSGIDREPLY did respond to that message. I

Re: Possible some threads are not complete due to bug?

2015-10-04 Thread David Bremner
Xu Wang writes: > > $ notmuch search --output=threads "id:MYMSGID" > thread:a125 > $ notmuch search --output=messages "thread:a125" > id:MYMSGID > $ > # I know that MYMSGIDREPLY did respond to that message. I have it in > my mutt mailbox and it shows the down-right arrow s

Re: Possible some threads are not complete due to bug?

2015-09-23 Thread Xu Wang
On Wed, Sep 23, 2015 at 6:44 PM, David Bremner wrote: > Xu Wang writes: > >> Because when I do a notmuch search for that message by message ID with >> --output=threads, it gives a different thread ID. >> >>> Isn't that what your first command tells you? >> Well yes, but I wanted to confirm that t

Re: Possible some threads are not complete due to bug?

2015-09-23 Thread David Bremner
Xu Wang writes: > Because when I do a notmuch search for that message by message ID with > --output=threads, it gives a different thread ID. > >> Isn't that what your first command tells you? > Well yes, but I wanted to confirm that that is indeed the reason. I > have heard in someone saying that

Re: Possible some threads are not complete due to bug?

2015-09-20 Thread Xu Wang
On Sat, Sep 19, 2015 at 12:02 PM, David Bremner wrote: > Xu Wang writes: > >> Sometimes I need to do: >> >> $ notmuch search --output=threads "id:MYMSGID" >> thread:a125 >> $ notmuch search --output=messages "thread:a125" >> >> In theory, this should output the message tha

Re: Possible some threads are not complete due to bug?

2015-09-19 Thread David Bremner
Xu Wang writes: > Sometimes I need to do: > > $ notmuch search --output=threads "id:MYMSGID" > thread:a125 > $ notmuch search --output=messages "thread:a125" > > In theory, this should output the message that responded to message ID > "MYMSGID". Sometimes it works. But som

Re: Possible some threads are not complete due to bug?

2015-09-13 Thread Xu Wang
On Sun, Sep 13, 2015 at 2:19 AM, Suvayu Ali wrote: > Hi, > > You should include a reference to the original message, not everyone > will remember the thread. > > id:20150614082258.gd17...@chitra.no-ip.org or > Ah yes thank you. >

Re: Possible some threads are not complete due to bug?

2015-09-12 Thread Suvayu Ali
Hi, You should include a reference to the original message, not everyone will remember the thread. id:20150614082258.gd17...@chitra.no-ip.org or On Sun, Sep 13, 2015 at 12:03:20AM -0400, Xu Wang wrote: > > Sometimes I need to do

Possible some threads are not complete due to bug?

2015-09-12 Thread Xu Wang
Hi, Sometimes I need to do: $ notmuch search --output=threads "id:MYMSGID" thread:a125 $ notmuch search --output=messages "thread:a125" In theory, this should output the message that responded to message ID "MYMSGID". Sometimes it works. But sometimes it does not work. Th