From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60255 Path: news.gmane.org!not-for-mail From: Anupam Kapoor Newsgroups: gmane.emacs.gnus.general Subject: nnimap respooling problem Date: Thu, 05 May 2005 13:45:38 +0530 Message-ID: <87ll6um6l1.fsf@seldon.starentnetworks.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115281187 6040 80.91.229.2 (5 May 2005 08:19:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 08:19:47 +0000 (UTC) Original-X-From: ding-owner+M8783@lists.math.uh.edu Thu May 05 10:19:46 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTba5-0003wa-3E for ding-account@gmane.org; Thu, 05 May 2005 10:19:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DTbcE-0003NL-00; Thu, 05 May 2005 03:21:50 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DTbc1-0003NC-00 for ding@lists.math.uh.edu; Thu, 05 May 2005 03:21:37 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DTbbw-0007hG-JQ for ding@lists.math.uh.edu; Thu, 05 May 2005 03:21:32 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DTbbv-0007mZ-00 for ; Thu, 05 May 2005 10:21:31 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DTbVF-0003TS-BL for ding@gnus.org; Thu, 05 May 2005 10:14:37 +0200 Original-Received: from 220.225.32.4 ([220.225.32.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2005 10:14:37 +0200 Original-Received: from akapoor by 220.225.32.4 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2005 10:14:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 220.225.32.4 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:t2QVeha2y7tu3mor1hKOGbEVAGo= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60255 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60255 hi all, i am using nnimap as the backend, and also the nnimap-split-fancy for splitting mail. basically, what i want to do is this: respool all the mails that are sitting in the default catchall group, via a new splitting rule into a new group (recreating the new group in the process, if it is not already there) so, here is what i did: 1. i added a new splitting rule: ("subject" "auto build report" "auto-builds") 2. i go to the summary buffer, process mark all the articles, and respool them with a 'B r'. which results in tons of messages in the *Message* buffer like this: ,---- | Couldn't Copy article 3: Protocol Error: "Specified folder name is not | valid". | Protocol Error: "Specified folder name is not valid". | | Couldn't Copy article 4: Protocol Error: "Specified folder name is not | valid". | Protocol Error: "Specified folder name is not valid". | | Couldn't Copy article 5: Protocol Error: "Specified folder name is not | valid". | | Protocol Error: "Specified folder name is not valid". `---- how to rectify the situation ? any help will be greatly appreciated. i am using "No Gnus v0.3" and "GNU Emacs 22.0.50.1" thank you kind regards anupam