From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47729 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: nnimap: error/warnings when moving messages Date: Mon, 18 Nov 2002 23:28:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037680151 31716 80.91.224.249 (19 Nov 2002 04:29:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2002 04:29:11 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18E00b-0008FN-00 for ; Tue, 19 Nov 2002 05:29:09 +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 18E00L-0004KZ-00; Mon, 18 Nov 2002 22:28:53 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 18 Nov 2002 22:29:38 -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 WAA25513 for ; Mon, 18 Nov 2002 22:29:25 -0600 (CST) Original-Received: (qmail 25181 invoked by alias); 19 Nov 2002 04:28:33 -0000 Original-Received: (qmail 25176 invoked from network); 19 Nov 2002 04:28:32 -0000 Original-Received: from mts-fw.mts.jhu.edu (HELO cinna.mts.jhu.edu) (128.220.17.8) by gnus.org with SMTP; 19 Nov 2002 04:28:32 -0000 Original-Received: from fermat.mts.jhu.edu (IDENT:SIGiTlLb3JJpwv/AJ6YBuqJTZA0MkTN+@fermat.mts.jhu.edu [192.168.0.18]) by cinna.mts.jhu.edu (8.11.6/8.11.6) with ESMTP id gAJ4S4u02891 for ; Mon, 18 Nov 2002 23:28:04 -0500 Original-Received: from fermat.mts.jhu.edu (fermat.mts.jhu.edu [127.0.0.1]) by fermat.mts.jhu.edu (8.12.5/8.12.5) with ESMTP id gAJ4S49Z021885 for ; Mon, 18 Nov 2002 23:28:04 -0500 Original-Received: (from nevin@localhost) by fermat.mts.jhu.edu (8.12.5/8.12.5/Submit) id gAJ4S490021883; Mon, 18 Nov 2002 23:28:04 -0500 X-Authentication-Warning: fermat.mts.jhu.edu: nevin set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: #i!d%y+1tilG}1ua9z&9waMLqE>H+;pUwWFetZe]4uWiv;VE:GHLnT1\Gj]>l^(]R#}sD@E"(@?vMv,yb@`?32;i~D$6x6m*%!3gPyp-rb$}.%QpxZ!3Y+jESN5[s7SL_68Sc`Aek)A$M|h++b/2VjR.k+Tw4X+0a%:K-kcUeMZ(rs?}v\eG({5J&IPS Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47729 When I move messages between two IMAP servers, I get the following in the *Warnings* buffer: (1) (error/warning) Error in process filter: (error Internal error, tag 121 status BAD code nil text Please select a mailbox first) . . . (6) (error/warning) Error in process filter: (error Internal error, tag 1691 status BAD code nil text Command unrecognized: UID STORE) Here are relevant excerpts from the IMAP log: 687 OK [APPENDUID 1024581548 22] Completed 688 UID STORE 3490 +FLAGS.SILENT (\Deleted) 688 BAD Please select a mailbox first 1824 OK CLOSE completed 1825 UID STORE 18 +FLAGS.SILENT (\Deleted) 1825 BAD Command unrecognized: UID STORE This only occurs when I move messages between servers; moving them between groups on the same server does not generate these warnings. -Nevin