From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1438 invoked from network); 18 May 2022 20:46:03 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 18 May 2022 20:46:03 -0000 Received: from localhost ([::1]:33994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nrQYS-00084H-V0 for ml@inbox.vuxu.org; Wed, 18 May 2022 16:46:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrQYO-00082c-6r for info-gnus-english@gnu.org; Wed, 18 May 2022 16:45:56 -0400 Received: from ciao.gmane.io ([116.202.254.214]:41902) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrQYM-0002FX-LT for info-gnus-english@gnu.org; Wed, 18 May 2022 16:45:55 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nrQYK-0002gw-OV for info-gnus-english@gnu.org; Wed, 18 May 2022 22:45:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Eric Abrahamsen Subject: Re: nnimap gmail "A T" and "^" not working Date: Wed, 18 May 2022 13:45:45 -0700 Message-ID: <87r14qo9hi.fsf@ericabrahamsen.net> References: <877d6ire2k.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:vZ64wp+k+Hr9i85RKwCKqSxD8Kw= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gegu-info-gnus-english@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" JibStyle writes: > Eric Abrahamsen 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): > > ((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")) > > Please let me know if any additional information is useful, or any > suggested workarounds. Thank you! I technically have a gmail account, but can't access it from Gnus, so I probably won't be able to reproduce. But it's a good idea to adapt some code specifically for Gmail anyway, so I hope to be able to provide some code to test on the list here in the next week or so.