Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: ding@gnus.org
Subject: gnus request scan issue : backtrace
Date: Tue, 5 Oct 2010 16:23:38 +0200	[thread overview]
Message-ID: <AANLkTinOOvdqHc8GrqMCtyr-MEHW3VYZx5rfKOQd-2WX@mail.gmail.com> (raw)

trying to localise spam splitting to only my main imap server I
modified my imap select method to this:-

      (setq nnimap-split-fancy (quote (: spam-split)))

      (add-to-list 'gnus-secondary-select-methods
                   `(nnimap "riley"
                            (nnimap-address "offlineimap")
                            (nnir-search-engine imap)
                            (nnimap-stream network)
                            (nnimap-split-methods (quote nnimap-split-fancy))
                            ))


Starting gnus I then get this backtrace:-

Debugger entered--Lisp error: (wrong-type-argument sequencep quote)
  nnmail-article-group(nnimap-dummy-active-number)
  nnmail-check-duplication("<87pqxduwtw.wl%phil@shellarchive.co.uk>"
nnimap-save-mail-spec nnimap-dummy-active-number
nnimap-save-mail-spec)
  nnmail-process-mmdf-mail-format(nnimap-save-mail-spec
nnimap-dummy-active-number nnimap-save-mail-spec)
  nnmail-split-incoming(#<buffer *nnimap offlineimap nil  *nntpd**<4>>
nnimap-save-mail-spec nil nil nnimap-dummy-active-number
nnimap-save-mail-spec)
  nnimap-split-incoming-mail()
  nnimap-request-scan(nil "riley")
  gnus-request-scan(nil (nnimap "riley" (nnimap-address "offlineimap")
(nnir-search-engine imap) (nnimap-stream network)
(nnimap-split-methods (quote nnimap-split-fancy))))
  gnus-read-active-file-1((nnimap "riley" (nnimap-address
"offlineimap") (nnir-search-engine imap) (nnimap-stream network)
(nnimap-split-methods (quote nnimap-split-fancy))) nil)
  gnus-read-active-file(nil nil)
  gnus-setup-news(nil nil nil)
  byte-code("\b\204\x0e

Is there anything obviously incorrect about this? And if this is a
valid "error" how would I go about cleaning up my email to avoid it?



             reply	other threads:[~2010-10-05 14:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 14:23 Richard Riley [this message]
2010-10-05 14:54 ` Ted Zlatanov
2010-10-05 15:26   ` Richard Riley
2010-10-05 15:41     ` Ted Zlatanov
2010-10-05 15:49       ` Richard Riley
2010-10-05 17:16       ` Lars Magne Ingebrigtsen
2010-10-05 17:31         ` Ted Zlatanov
2010-10-05 18:21           ` Tibor Simko
2010-10-06 10:09           ` Richard Riley
2010-10-05 18:47   ` Andreas Schwab
2010-10-05 19:25     ` Ted Zlatanov

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=AANLkTinOOvdqHc8GrqMCtyr-MEHW3VYZx5rfKOQd-2WX@mail.gmail.com \
    --to=rileyrg@googlemail.com \
    --cc=ding@gnus.org \
    /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).