From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31494 Path: main.gmane.org!not-for-mail From: Paul Stodghill Newsgroups: gmane.emacs.gnus.general Subject: message archiving + spaces in group names? Date: Wed, 21 Jun 2000 13:58:15 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <706871B20764CD449DB0E8E3D81C4D433DC6F9@opus.cs.cornell.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1035167898 14389 80.91.224.250 (21 Oct 2002 02:38:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:38:18 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 61A8AD051E for ; Wed, 21 Jun 2000 14:03:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id MAC22914; Wed, 21 Jun 2000 12:59:01 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Jun 2000 12:57:57 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA17244 for ; Wed, 21 Jun 2000 12:57:48 -0500 (CDT) Original-Received: from opus.cs.cornell.edu (exchange.cs.cornell.edu [128.84.248.73]) by mailhost.sclp.com (Postfix) with ESMTP id BB6F1D051E for ; Wed, 21 Jun 2000 13:58:19 -0400 (EDT) Original-Received: by opus.cs.cornell.edu with Internet Mail Service (5.5.2650.21) id ; Wed, 21 Jun 2000 13:58:18 -0400 Original-To: "'ding@gnus.org'" X-Mailer: Internet Mail Service (5.5.2650.21) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31494 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31494 How do I archive messages to a group whose name contains a space? The follow, (setq gnus-message-archive-method '(nnimap "")) (setq gnus-message-archive-group "Sent\\ Items") produces the following backtrace with 5.8.6, Signaling: (error "Internal error, tag 1126 status BAD code nil text The parameter is incorrect.") signal(error ("Internal error, tag 1126 status BAD code nil text The parameter is incorrect.")) cerror("Internal error, tag %s status %s code %s text %s" 1126 BAD nil "The parameter is incorrect.") apply(cerror ("Internal error, tag %s status %s code %s text %s" 1126 BAD nil "The parameter is incorrect.")) error("Internal error, tag %s status %s code %s text %s" 1126 BAD nil "The parameter is incorrect.") imap-parse-response() imap-arrival-filter(# "1126 BAD The parameter is incorrect. \n") accept-process-output(# 1) imap-wait-for-tag(1126 nil) imap-send-command-wait("SELECT \"Sent&AFw-\"") imap-mailbox-select-1("Sent&AFw-" nil) imap-mailbox-select("Sent\\") nnimap-possibly-change-group("Sent\\" "") nnimap-request-update-info-internal("Sent\\" nil "") nnimap-request-group("Sent\\" "" t) gnus-request-group("nnimap:Sent\\" t (nnimap "")) gnus-inews-do-gcc() run-hooks(gnus-inews-do-gcc) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit)