Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap and rescan group problem
@ 2002-02-13 14:25 Nicolas Kowalski
  2002-02-13 14:35 ` Simon Josefsson
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Kowalski @ 2002-02-13 14:25 UTC (permalink / raw)



Hello.

I just have noticed that when I delete an article (B DEL) in a nnimap
group (in this case INBOX), then rescan this group (Meta-g), I get the
following error :

Signaling: (error "Internal error, tag 146 status BAD code nil text Command unrecognized: UID SEARCH")
  signal(error ("Internal error, tag 146 status BAD code nil text Command unrecognized: UID SEARCH"))
  cerror("Internal error, tag %s status %s code %s text %s" 146 BAD nil "Command unrecognized: UID SEARCH")
  apply(cerror ("Internal error, tag %s status %s code %s text %s" 146 BAD nil "Command unrecognized: UID SEARCH"))
  error("Internal error, tag %s status %s code %s text %s" 146 BAD nil "Command unrecognized: UID SEARCH")
  imap-parse-response()
  imap-arrival-filter(#<network connection "imap" (143 . "myserver") state:run> "146 BAD Command unrecognized: UID SEARCH\r\n")
  accept-process-output(#<network connection "imap" (143 . "myserver") state:run> 1)
  imap-wait-for-tag(146 nil)
  imap-send-command-wait("UID SEARCH UNSEEN UNDELETED")
  imap-search("UNSEEN UNDELETED")
  nnimap-request-update-info-internal("INBOX" ("INBOX" 3 ((1 . 1)) ((seen 1) (recent 1)) nil ((uidvalidity . "1"))) "")
  nnimap-request-group("INBOX" "" nil)
  gnus-activate-group("INBOX" scan)
  gnus-group-get-new-news-this-group(1)
  gnus-summary-reselect-current-group(nil t)
  gnus-summary-rescan-group(nil)
  call-interactively(gnus-summary-rescan-group)


What is wrong ?
Thanks.

Nicolas.

PS : the IMAP server is UW.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 14:25 nnimap and rescan group problem Nicolas Kowalski
@ 2002-02-13 14:35 ` Simon Josefsson
  2002-02-13 14:45   ` Nicolas Kowalski
  2002-02-13 15:03   ` Nicolas Kowalski
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Josefsson @ 2002-02-13 14:35 UTC (permalink / raw)
  Cc: ding

On Wed, 13 Feb 2002, Nicolas Kowalski wrote:

> 
> Hello.
> 
> I just have noticed that when I delete an article (B DEL) in a nnimap
> group (in this case INBOX), then rescan this group (Meta-g), I get the
> following error :
> 
> Signaling: (error "Internal error, tag 146 status BAD code nil text Command unrecognized: UID SEARCH")
...
> 
> What is wrong ?

Most likely the server.  Can you frob `imap-log' and post a snippet from 
the *imap-log* buffer containing the error.

> PS : the IMAP server is UW.

An old version, perhaps?




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 14:35 ` Simon Josefsson
@ 2002-02-13 14:45   ` Nicolas Kowalski
  2002-02-13 15:04     ` Simon Josefsson
  2002-02-13 15:03   ` Nicolas Kowalski
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Kowalski @ 2002-02-13 14:45 UTC (permalink / raw)
  Cc: ding

Simon Josefsson <jas@extundo.com> writes:

>> What is wrong ?
>
> Most likely the server.  Can you frob `imap-log' and post a snippet from 
> the *imap-log* buffer containing the error.

77 OK UID FETCH completed
78 UID SEARCH UID 4400:4539 NOT SINCE 6-Feb-2002
* SEARCH
78 OK UID SEARCH completed
79 UID STORE 4539 +FLAGS (\Seen)
* 140 FETCH (FLAGS (\Seen) UID 4539)
79 OK UID STORE completed
80 UID STORE 4539 +FLAGS (gnus-expire)
* 140 FETCH (FLAGS (\Seen gnus-expire) UID 4539)
80 OK UID STORE completed
81 EXPUNGE
82 CLOSE
83 UID SEARCH UNSEEN UNDELETED
81 OK Mailbox checkpointed, but no messages expunged
82 OK CLOSE completed
83 BAD Command unrecognized: UID SEARCH


>
>> PS : the IMAP server is UW.
>
> An old version, perhaps?

IMAP4rev1 2000.287 (result from `imapd').


Nicolas.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 14:35 ` Simon Josefsson
  2002-02-13 14:45   ` Nicolas Kowalski
@ 2002-02-13 15:03   ` Nicolas Kowalski
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Kowalski @ 2002-02-13 15:03 UTC (permalink / raw)
  Cc: ding

Simon Josefsson <jas@extundo.com> writes:

>> PS : the IMAP server is UW.
>
> An old version, perhaps?

Hm, I just upgraded my imapd to the latest recommended version
(2001.315), and this does not change anything.

Nicolas.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 14:45   ` Nicolas Kowalski
@ 2002-02-13 15:04     ` Simon Josefsson
  2002-02-13 15:08       ` Nicolas Kowalski
  2002-02-18  9:59       ` Nicolas Kowalski
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Josefsson @ 2002-02-13 15:04 UTC (permalink / raw)
  Cc: ding

On Wed, 13 Feb 2002, Nicolas Kowalski wrote:

> Simon Josefsson <jas@extundo.com> writes:
> 
> >> What is wrong ?
> >
> > Most likely the server.  Can you frob `imap-log' and post a snippet from 
> > the *imap-log* buffer containing the error.
> 
> 81 EXPUNGE
> 82 CLOSE
> 83 UID SEARCH UNSEEN UNDELETED
> 81 OK Mailbox checkpointed, but no messages expunged
> 82 OK CLOSE completed
> 83 BAD Command unrecognized: UID SEARCH

Hm, are you running latest Oort?   This seems to be a nnimap problem, but 
I thought it was fixed recently.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 15:04     ` Simon Josefsson
@ 2002-02-13 15:08       ` Nicolas Kowalski
  2002-02-18  9:59       ` Nicolas Kowalski
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Kowalski @ 2002-02-13 15:08 UTC (permalink / raw)
  Cc: ding

Simon Josefsson <jas@extundo.com> writes:

> Hm, are you running latest Oort?   This seems to be a nnimap problem, but 
> I thought it was fixed recently.

I updated my copy from CVS one hour ago.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nnimap and rescan group problem
  2002-02-13 15:04     ` Simon Josefsson
  2002-02-13 15:08       ` Nicolas Kowalski
@ 2002-02-18  9:59       ` Nicolas Kowalski
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Kowalski @ 2002-02-18  9:59 UTC (permalink / raw)
  Cc: ding

Simon Josefsson <jas@extundo.com> writes:

> On Wed, 13 Feb 2002, Nicolas Kowalski wrote:
>
>> Simon Josefsson <jas@extundo.com> writes:
>> 
>> >> What is wrong ?
>> >
>> > Most likely the server.  Can you frob `imap-log' and post a snippet from 
>> > the *imap-log* buffer containing the error.
>> 
>> 81 EXPUNGE
>> 82 CLOSE
>> 83 UID SEARCH UNSEEN UNDELETED
>> 81 OK Mailbox checkpointed, but no messages expunged
>> 82 OK CLOSE completed
>> 83 BAD Command unrecognized: UID SEARCH
>
> Hm, are you running latest Oort?   This seems to be a nnimap problem, but 
> I thought it was fixed recently.

I just upgraded my Oort copy from CVS this morning. I still have the
problem. Any idea ?

Thanks in advance,
Nicolas.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-02-18  9:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-13 14:25 nnimap and rescan group problem Nicolas Kowalski
2002-02-13 14:35 ` Simon Josefsson
2002-02-13 14:45   ` Nicolas Kowalski
2002-02-13 15:04     ` Simon Josefsson
2002-02-13 15:08       ` Nicolas Kowalski
2002-02-18  9:59       ` Nicolas Kowalski
2002-02-13 15:03   ` Nicolas Kowalski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).