Gnus development mailing list
 help / color / mirror / Atom feed
* 5.8.7 and nnimap splitting
@ 2000-07-03  8:51 Tibor Simko
  2000-07-03 10:37 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Tibor Simko @ 2000-07-03  8:51 UTC (permalink / raw)


Hello

Upgrading 5.8.5 to 5.8.7 has led to problems with my nnmail fancy
splitting.  This is with GNU Emacs 20.6.2 (sparc-debian-linux-gnu).
I'm using:

(setq nnimap-split-fancy
    '(| (any "ding@gnus\\.org" "ding")
        [...]
        "misc"))

The relevant portion of backtrace:

Signaling: (wrong-type-argument listp nnimap-split-fancy)
  cadar(nnimap-split-fancy)
  (listp (cadar nnimap-split-rule))
  (if (listp (cadar nnimap-split-rule)) (cadr (nnimap-assoc-match inbox ...)) nnimap-split-rule)
  nnimap-split-find-rule("cern" "INBOX")
  (setq rule (nnimap-split-find-rule server inbox))
  (if (setq rule (nnimap-split-find-rule server inbox)) (progn (dolist ... ...)))
  (when (setq rule (nnimap-split-find-rule server inbox)) (dolist (article ...) (when ... ... ... ...)))
  (while (and (setq inbox ...) (nnimap-possibly-change-group inbox)) (when (setq rule ...) (dolist ... ...)) (when (imap-mailbox-select inbox) (imap-mailbox-expunge) (imap-mailbox-close)))
  (let (rule inbox removeorig (inboxes ...)) (while (and ... ...) (when ... ...) (when ... ... ...)) t)
  (save-current-buffer (set-buffer nnimap-server-buffer) (let (rule inbox removeorig ...) (while ... ... ...) t))
  (with-current-buffer nnimap-server-buffer (let (rule inbox removeorig ...) (while ... ... ...) t))
  (progn (with-current-buffer nnimap-server-buffer (let ... ... t)))
  (if (nnimap-possibly-change-server server) (progn (with-current-buffer nnimap-server-buffer ...)))
  (when (nnimap-possibly-change-server server) (with-current-buffer nnimap-server-buffer (let ... ... t)))
  nnimap-split-articles(nil "cern")
  nnimap-request-scan(nil "cern")
  [...]

cheers
-- 
TS



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

* Re: 5.8.7 and nnimap splitting
  2000-07-03  8:51 5.8.7 and nnimap splitting Tibor Simko
@ 2000-07-03 10:37 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2000-07-03 10:37 UTC (permalink / raw)
  Cc: ding

Tibor Simko <tibor.simko@cern.ch> writes:

> Signaling: (wrong-type-argument listp nnimap-split-fancy)
>   cadar(nnimap-split-fancy)

Fixed, thanks.




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

end of thread, other threads:[~2000-07-03 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-03  8:51 5.8.7 and nnimap splitting Tibor Simko
2000-07-03 10:37 ` Simon Josefsson

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