From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44061 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problem Date: Fri, 29 Mar 2002 14:21:57 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017408191 9291 127.0.0.1 (29 Mar 2002 13:23:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2002 13:23:11 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qwLX-0002Pk-00 for ; Fri, 29 Mar 2002 14:23:11 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16qwKf-00012N-00; Fri, 29 Mar 2002 07:22:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 29 Mar 2002 07:22:23 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA14167 for ; Fri, 29 Mar 2002 07:22:12 -0600 (CST) Original-Received: (qmail 3549 invoked by alias); 29 Mar 2002 13:21:59 -0000 Original-Received: (qmail 3544 invoked from network); 29 Mar 2002 13:21:59 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 29 Mar 2002 13:21:59 -0000 Original-Received: from astazou.imag.fr (root@astazou.imag.fr [129.88.43.102]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g2TDLvx03283 for ; Fri, 29 Mar 2002 14:21:57 +0100 (MET) Original-Received: (from kowalski@localhost) by astazou.imag.fr (8.9.3/8.9+/ImagV2.feuille) id OAA18176; Fri, 29 Mar 2002 14:21:57 +0100 X-Authentication-Warning: astazou.imag.fr: kowalski set sender to Nicolas.Kowalski@imag.fr using -f Original-To: ding@gnus.org X-Face: #v^9{p"~.e3TDs~r\ (Nicolas Kowalski's message of "Wed, 27 Mar 2002 18:32:59 +0100") Original-Lines: 23 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44061 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44061 > 70 EXPUNGE > 71 CLOSE > 72 UID SEARCH UNSEEN UNDELETED > 70 OK No messages deleted, so no update needed > 71 OK CLOSE completed > 72 BAD Command unrecognized: UID SEARCH I think I have found what's wrong : - when updating a group in the _Group_ buffer using Meta-G, the nnimap backend SELECT this group, check for miscelleaneous things, then CLOSE this group. - when updating (still with Meta-g) in the _Summary_ buffer, the group is CLOSEd, but not reSELECTed. So when the UID SEARCH command is sent to the IMAP server, there is an error. Anybody to fix this ? Thanks in advance, Nicolas.