From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84659 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: nnml-active-number: no such function Date: Sat, 21 Jun 2014 10:20:37 -0700 Message-ID: <87lhsq18nu.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403371092 12313 80.91.229.3 (21 Jun 2014 17:18:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2014 17:18:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32902@lists.math.uh.edu Sat Jun 21 19:18:05 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WyOvU-00019B-EL for ding-account@gmane.org; Sat, 21 Jun 2014 19:18:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WyOua-0003ry-Fr; Sat, 21 Jun 2014 12:17:08 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WyOuY-0003rp-32 for ding@lists.math.uh.edu; Sat, 21 Jun 2014 12:17:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WyOuW-0006j3-NZ for ding@lists.math.uh.edu; Sat, 21 Jun 2014 12:17:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WyOuU-0002Wk-L9 for ding@gnus.org; Sat, 21 Jun 2014 19:17:02 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WyOuT-0000Fy-RN for ding@gnus.org; Sat, 21 Jun 2014 19:17:01 +0200 Original-Received: from c-76-28-195-250.hsd1.wa.comcast.net ([76.28.195.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jun 2014 19:17:01 +0200 Original-Received: from eric by c-76-28-195-250.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jun 2014 19:17:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-195-250.hsd1.wa.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:5H4FvqB2104nkpf/nNh9cZaFDaM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84659 Archived-At: I hit this trying to respool within an nnimap server, from INBOX to a different group. This is git gnus. `nnimap-request-accept-article' uses a form containing a call to `nnml-active-number', which doesn't exist. Respool query gave me the correct group, but actually respooling gave me the following (still with the non-existent "mail.misc" group!). I've taken some of the server variables out. Debugger entered--Lisp error: (void-function nnml-active-number) (nnml-active-number group "EA") (lambda (group) (nnml-active-number group "EA"))("mail.misc") nnmail-article-group((lambda (group) (nnml-active-number group "EA"))) nnimap-request-accept-article(nil "EA" t) gnus-request-accept-article(nil (nnimap "EA" (nnimap-split-methods nnimap-split-fancy)) t t) eval((gnus-request-accept-article nil (quote (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) t t)) nnimap-request-move-article(18125 "INBOX" "EA" (gnus-request-accept-article nil (quote (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) t t) t nil) gnus-request-move-article(18125 "nnimap+EA:INBOX" "EA" (gnus-request-accept-article nil (quote (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) t t) t nil) gnus-summary-move-article(nil nil (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) gnus-summary-respool-article(nil (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) funcall-interactively(gnus-summary-respool-article nil (nnimap "EA" (nnimap-split-methods nnimap-split-fancy))) call-interactively(gnus-summary-respool-article nil nil) command-execute(gnus-summary-respool-article)