Gnus development mailing list
 help / color / mirror / Atom feed
* Error trying to browse an imap server
@ 2001-09-28  3:15 Nevin Kapur
  2001-09-28  8:22 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: Nevin Kapur @ 2001-09-28  3:15 UTC (permalink / raw)


In the *Server* buffer when I try to browse my IMAP server, I get the
following backtrace:

Signaling: (wrong-type-argument sequencep quote)
  concat("LIST \"" nil "\" \"" quote nil "%\"")
  (imap-send-command-wait (concat "LIST \"" reference "\" \"" (imap-utf7-encode root) (and add-delimiter ...) "%\""))
  (imap-ok-p (imap-send-command-wait (concat "LIST \"" reference "\" \"" ... ... "%\"")))
  (if (imap-ok-p (imap-send-command-wait ...)) (let (out) (imap-mailbox-map-1 ...) (nreverse out)))
  (when (imap-ok-p (imap-send-command-wait ...)) (let (out) (imap-mailbox-map-1 ...) (nreverse out)))
  (save-current-buffer (set-buffer (or buffer ...)) (when (and add-delimiter ...) (imap-send-command-wait ...)) (imap-mailbox-map-1 (lambda ... ...)) (when (imap-ok-p ...) (let ... ... ...)))
  (with-current-buffer (or buffer (current-buffer)) (when (and add-delimiter ...) (imap-send-command-wait ...)) (imap-mailbox-map-1 (lambda ... ...)) (when (imap-ok-p ...) (let ... ... ...)))
  imap-mailbox-list(quote nil)
  nnimap-request-list("jesse")
  gnus-request-list((nnimap "jesse" (nnimap-address "jesse.mts.jhu.edu") (nnimap-stream ssl) (nnimap-list-pattern (quote ...))))
  gnus-browse-foreign-server("nnimap:jesse" #<buffer "*Server*">)
  #<compiled-function (server) "...(20)" [server buf gnus-browse-foreign-server gnus-server-update-server gnus-server-server-name gnus-server-position-point] 3 ("/usr/local/src/gnus/lisp/gnus-srvr.elc" . 14630) (list (gnus-server-server-name))>("nnimap:jesse")
  call-interactively(gnus-server-read-server)

-- 
Nevin Kapur
nevin@jhu.edu 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error trying to browse an imap server
  2001-09-28  3:15 Error trying to browse an imap server Nevin Kapur
@ 2001-09-28  8:22 ` Simon Josefsson
  2001-09-28 12:06   ` Nevin Kapur
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2001-09-28  8:22 UTC (permalink / raw)
  Cc: ding

On Thu, 27 Sep 2001, Nevin Kapur wrote:

> In the *Server* buffer when I try to browse my IMAP server, I get the
> following backtrace:
>
> Signaling: (wrong-type-argument sequencep quote)
>   concat("LIST \"" nil "\" \"" quote nil "%\"")

Do you use `nnimap-list-pattern'?  What is the contents of it?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error trying to browse an imap server
  2001-09-28  8:22 ` Simon Josefsson
@ 2001-09-28 12:06   ` Nevin Kapur
  0 siblings, 0 replies; 3+ messages in thread
From: Nevin Kapur @ 2001-09-28 12:06 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> On Thu, 27 Sep 2001, Nevin Kapur wrote:
>
>> In the *Server* buffer when I try to browse my IMAP server, I get the
>> following backtrace:
>>
>> Signaling: (wrong-type-argument sequencep quote)
>>   concat("LIST \"" nil "\" \"" quote nil "%\"")
>
> Do you use `nnimap-list-pattern'?  What is the contents of it?

(quote ("INBOX" "mail/*" "Sent Items" "Draft" "Trash"))

Ah...I see my error. I changed it to

("INBOX" "mail/*" "Sent Items" "Draft" "Trash*")

and the error went away.

Sorry about the noise.

-- 
Nevin Kapur
nevin@jhu.edu 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-28 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-28  3:15 Error trying to browse an imap server Nevin Kapur
2001-09-28  8:22 ` Simon Josefsson
2001-09-28 12:06   ` Nevin Kapur

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).