From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31521 Path: main.gmane.org!not-for-mail From: Paul Stodghill Newsgroups: gmane.emacs.gnus.general Subject: RE: message archiving + spaces in group names? Date: Sun, 25 Jun 2000 09:48:26 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <706871B20764CD449DB0E8E3D81C4D435EB572@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 1035167923 14603 80.91.224.250 (21 Oct 2002 02:38:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:38:43 +0000 (UTC) Cc: "'ding@gnus.org'" 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 1B9F4D0521 for ; Sun, 25 Jun 2000 09:49:32 -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 IAC00610; Sun, 25 Jun 2000 08:49:10 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 25 Jun 2000 08:48:15 -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 IAA02994 for ; Sun, 25 Jun 2000 08:48:06 -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 37D5BD0521 for ; Sun, 25 Jun 2000 09:48:39 -0400 (EDT) Original-Received: by opus.cs.cornell.edu with Internet Mail Service (5.5.2650.21) id ; Sun, 25 Jun 2000 09:48:28 -0400 Original-To: Simon Josefsson , Paul Stodghill X-Mailer: Internet Mail Service (5.5.2650.21) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31521 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31521 > Try > > (setq gnus-message-archive-method '(nnimap "") > gnus-message-archive-group "\"Sent Items\"") Nope. Signaling: (error "Internal error, tag 637 status BAD code nil text Protocol Error: \"Additional characters at end of line on SELECT command\"") signal(error ("Internal error, tag 637 status BAD code nil text Protocol Error: \"Additional characters at end of line on SELECT command\"")) cerror("Internal error, tag %s status %s code %s text %s" 637 BAD nil "Protocol Error: \"Additional characters at end of line on SELECT command\"") apply(cerror ("Internal error, tag %s status %s code %s text %s" 637 BAD nil "Protocol Error: \"Additional characters at end of line on SELECT command\"")) error("Internal error, tag %s status %s code %s text %s" 637 BAD nil "Protocol Error: \"Additional characters at end of line on SELECT command\"") imap-parse-response() imap-arrival-filter(# "637 BAD Protocol Error: \"Additional characters at end of line on SELECT command\" \n") accept-process-output(# 1) imap-wait-for-tag(637 nil) imap-send-command-wait("SELECT \"\"Sent Items\"\"") imap-mailbox-select-1("\"Sent Items\"" nil) imap-mailbox-select("\"Sent Items\"") nnimap-possibly-change-group("\"Sent Items\"" "") nnimap-request-update-info-internal("\"Sent Items\"" nil "") nnimap-request-group("\"Sent Items\"" "" t) gnus-request-group("nnimap:\"Sent Items\"" 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)