info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nnimap gmail "A T" and "^" not working


From: JibStyle
Subject: Re: nnimap gmail "A T" and "^" not working
Date: Wed, 18 May 2022 13:15:13 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (cygwin)

Eric Abrahamsen <eric@ericabrahamsen.net> 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]