From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31602 Path: main.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: 5.8.7 and nnimap splitting Date: 03 Jul 2000 10:51:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87k8f3r3z8.fsf@sundh09.cern.ch> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167995 15068 80.91.224.250 (21 Oct 2002 02:39:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:39:55 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id F20B9D0520 for ; Mon, 3 Jul 2000 04:53:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAC03971; Mon, 3 Jul 2000 03:53:40 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Jul 2000 03:52:57 -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 DAA28662 for ; Mon, 3 Jul 2000 03:52:47 -0500 (CDT) Original-Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38]) by mailhost.sclp.com (Postfix) with ESMTP id E9D03D0520 for ; Mon, 3 Jul 2000 04:53:18 -0400 (EDT) Original-Received: from sundh09.cern.ch (sundh09.cern.ch [137.138.117.21]) by smtp1.cern.ch (8.9.3/8.9.3) with ESMTP id KAA06497 for ; Mon, 3 Jul 2000 10:53:17 +0200 (MET DST) Original-Received: (from t@localhost) by sundh09.cern.ch (8.9.3/8.9.3/Debian 8.9.3-21) id KAA13967; Mon, 3 Jul 2000 10:51:39 +0200 X-Authentication-Warning: sundh09.cern.ch: t set sender to tibor.simko@cern.ch using -f Original-To: ding@gnus.org Original-Lines: 35 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31602 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31602 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