From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26361 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving articles with IMAP Date: 07 Nov 1999 23:08:22 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163585 19032 80.91.224.250 (21 Oct 2002 01:26:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:26:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20363 for ; Sun, 7 Nov 1999 17:09:02 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB26910; Sun, 7 Nov 1999 16:08:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 Nov 1999 16:09:10 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA29449 for ; Sun, 7 Nov 1999 16:09:00 -0600 (CST) Original-Received: from badis.pdc.kth.se (root@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20358 for ; Sun, 7 Nov 1999 17:08:26 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id XAA04711; Sun, 7 Nov 1999 23:08:23 +0100 Original-To: Denys Duchier In-Reply-To: Denys Duchier's message of "07 Nov 1999 22:26:48 +0100" Original-Lines: 41 User-Agent: Gnus/5.07009801 (Pterodactyl Gnus v0.98.1) Emacs/20.4.90 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26361 Denys Duchier writes: > Here I am again, going bump in the night. Thanks for still being with us. :-) > I just tried moving a message from one IMAP folder to another using > `B m'. This didn't work. I got a message that said that the > message (identified by number) could not be moved. What was the exact error message? Did it contain a reason? Nnimap uses `nnheader-report' to report IMAP server errors. > Then a new bogus server was created for the group into which I had > tried to move the message, and that group could no longer be > selected. I think it's best to solve this bogus server problem first, it might be the cause of the other problems you're having. > I got an error message that said "this should not happen". That > sounds like the imap dwarf that dwells in gnus is being very unhappy > about his circumstances. What's bugging the little guy? I've fixed it in pGnus CVS (changelog below). I think the check whether the error should be signaled or not was wrong. > Also, why is it that I have these large and ever increasing buffers > called *nnimap-debug* and *imap-log*? Debug stuff, I've disabled it. When trying to debug the article move problem, it might be a good idea to set `imap-log' to "*imap-log*" (or something) to re-enable it. 1999-11-07 Simon Josefsson * nnimap.el (nnimap-open-server): Remove error signal if nnimap-server-buffer is nil (the check should've been `boundp'). * imap.el (imap-log): * nnimap.el (nnimap-debug): Disable debugging by default.