unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch does not find some mails which actually are part of a thread
@ 2017-10-28 18:43 Gregor Zattler
  2017-10-28 19:50 ` Brian Sniffen
  0 siblings, 1 reply; 3+ messages in thread
From: Gregor Zattler @ 2017-10-28 18:43 UTC (permalink / raw)
  To: notmuch

Hi notmuch developers,

notmuch does not find some messages searched for with their
Message-Id, while they are part of threads which can be shown
with searches for Message-Ids of other mails in the very thread:

$ notmuch show --entire-thread=false  --format=raw --exclude=false -- id:003601c7767f$99ed7a30$3800000a@Audrones
Error: search term did not match precisely one message (matched 0 messages).

An email with this Message-Id exists in the mail store and it
happens to be the first message in the following thread:

$ notmuch show  --entire-thread=true  --format=text --exclude=false --  id:69A0875BA022C84ABA2DC975490DE6810AAB54@dissens-server.adk.dissens.de |grep ^.message
message{ id:003601c7767f$99ed7a30$3800000a@Audrones depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175862594.14633_1751.pit:2,S
message}
message{ id:69A0875BA022C84ABA2DC975490DE6810AAB54@dissens-server.adk.dissens.de depth:0 match:1 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175863469.14633_3866.pit:2,S
message}
message{ id:004f01c776c2$a5587800$ef00a8c0@frauenservice39 depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175862594.14633_1776.pit:2,S
message}
message{ id:69A0875BA022C84ABA2DC975490DE6810AAB5A@dissens-server.adk.dissens.de depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175863469.14633_3881.pit:2,S
message}

there are 4 messages in the thread, the 4 respective file names
are correct.

The mails are special insofar as message 1 is essentially the
same as message 2 which seems to be a bounced and somewhat
mangled version of message 1, the same is true for messages 3 and
4 respective.

But nonetheless these are legitimate mails, but messages 1 and 3
cannot be found with their respective Message-Ids.


Any ideas why this happens?

Ciao; Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: notmuch does not find some mails which actually are part of a thread
  2017-10-28 18:43 notmuch does not find some mails which actually are part of a thread Gregor Zattler
@ 2017-10-28 19:50 ` Brian Sniffen
  2017-10-28 23:13   ` Gregor Zattler
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Sniffen @ 2017-10-28 19:50 UTC (permalink / raw)
  To: Gregor Zattler; +Cc: notmuch

Try the first command prefixed with “echo”. You will see that your shell is interpreting the dollar signs. 

-- 
Brian Sniffen

> On Oct 28, 2017, at 2:43 PM, Gregor Zattler <telegraph@gmx.net> wrote:
> 
> Hi notmuch developers,
> 
> notmuch does not find some messages searched for with their
> Message-Id, while they are part of threads which can be shown
> with searches for Message-Ids of other mails in the very thread:
> 
> $ notmuch show --entire-thread=false  --format=raw --exclude=false -- id:003601c7767f$99ed7a30$3800000a@Audrones
> Error: search term did not match precisely one message (matched 0 messages).
> 
> An email with this Message-Id exists in the mail store and it
> happens to be the first message in the following thread:
> 
> $ notmuch show  --entire-thread=true  --format=text --exclude=false --  id:69A0875BA022C84ABA2DC975490DE6810AAB54@dissens-server.adk.dissens.de |grep ^.message
> message{ id:003601c7767f$99ed7a30$3800000a@Audrones depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175862594.14633_1751.pit:2,S
> message}
> message{ id:69A0875BA022C84ABA2DC975490DE6810AAB54@dissens-server.adk.dissens.de depth:0 match:1 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175863469.14633_3866.pit:2,S
> message}
> message{ id:004f01c776c2$a5587800$ef00a8c0@frauenservice39 depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175862594.14633_1776.pit:2,S
> message}
> message{ id:69A0875BA022C84ABA2DC975490DE6810AAB5A@dissens-server.adk.dissens.de depth:0 match:0 excluded:0 filename:/home/grfz/Mail/dissens_e.V./cur/1175863469.14633_3881.pit:2,S
> message}
> 
> there are 4 messages in the thread, the 4 respective file names
> are correct.
> 
> The mails are special insofar as message 1 is essentially the
> same as message 2 which seems to be a bounced and somewhat
> mangled version of message 1, the same is true for messages 3 and
> 4 respective.
> 
> But nonetheless these are legitimate mails, but messages 1 and 3
> cannot be found with their respective Message-Ids.
> 
> 
> Any ideas why this happens?
> 
> Ciao; Gregor
> -- 
> -... --- .-. . -.. ..--.. ...-.-
> 
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: notmuch does not find some mails which actually are part of a thread
  2017-10-28 19:50 ` Brian Sniffen
@ 2017-10-28 23:13   ` Gregor Zattler
  0 siblings, 0 replies; 3+ messages in thread
From: Gregor Zattler @ 2017-10-28 23:13 UTC (permalink / raw)
  To: notmuch

Hi Brian,
* Brian Sniffen <bts@evenmere.org> [2017-10-28; 15:50]:
> Try the first command prefixed with “echo”. You will see that your shell is interpreting the dollar signs. 

blush, you are right, enclosed in "'" it works.

Thanks, Gregor

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-28 23:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-28 18:43 notmuch does not find some mails which actually are part of a thread Gregor Zattler
2017-10-28 19:50 ` Brian Sniffen
2017-10-28 23:13   ` Gregor Zattler

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).