Eric Abrahamsen <[email protected]> writes:
> Hey there! Thanks for the report. It looks like Gmails' IMAP weirdness
> might be weird enough to break the thread-searching code in Gnus. I
> think it's definitely worth special-casing code for Gmail; give me a few
> days and I'll see what I can figure out.
Thank you for investigating. Are you able to reproduce the issue? I am
unsure if there is a problem with Gnus <--> Gmail, or if I am doing
something wrong. That is why I ask how other users approach nnimap gmail
threading.
My `gnus-secondary-select-methods' (primary method is nnnil):
--8<---------------cut here---------------start------------->8---
((nnimap "imap.gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnimap-split-methods default)
(nnimap-inbox "INBOX")
(nnimap-expunge immediately)
(nnmail-expiry-wait immediate))
(nntp "news.gmane.io"))
--8<---------------cut here---------------end--------------->8---
Please let me know if any additional information is useful, or any
suggested workarounds. Thank you!