haystack / murmur

A mailing list designed to reduce noise and encourage sharing
25 stars 13 forks source link

Thread parsing #269

Open soyapark opened 4 years ago

soyapark commented 4 years ago

I think the current thread parsing functions only works for emails sent by gmail. If an email sent by other clients, murmur can't parse the thread properly and regard it as totally different email threads.

soyapark commented 4 years ago

Also, thread searching is merely done by subject line. This is problematic when users accidentally edit a subject line https://github.com/haystack/murmur/blob/56f57374e83860c8ba4725abac6208a8ec0af482/engine/main.py#L1192-L1195