Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Stodghill <stodghil@cs.cornell.edu>
Subject: message archiving + spaces in group names?
Date: Wed, 21 Jun 2000 13:58:15 -0400	[thread overview]
Message-ID: <706871B20764CD449DB0E8E3D81C4D433DC6F9@opus.cs.cornell.edu> (raw)

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(#<network connection "imap" (143 .
"exchange.cs.cornell.edu") state:run> "1126 BAD The parameter is
incorrect.
\n")
  accept-process-output(#<network connection "imap" (143 .
"exchange.cs.cornell.edu") state:run> 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)



             reply	other threads:[~2000-06-21 17:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-21 17:58 Paul Stodghill [this message]
2000-06-24 10:13 ` Simon Josefsson
2000-06-25 13:48 Paul Stodghill
2000-06-25 14:04 ` Kai Großjohann
2000-06-25 14:12 Paul Stodghill
2000-06-25 14:24 ` Kai Großjohann
2000-06-25 15:04   ` Paul Stodghill
2000-06-26  9:52     ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=706871B20764CD449DB0E8E3D81C4D433DC6F9@opus.cs.cornell.edu \
    --to=stodghil@cs.cornell.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).