Discussion:
nnml-active-number: no such function
Eric Abrahamsen
2014-06-21 17:20:37 UTC
Permalink
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)
Eric Abrahamsen
2014-06-22 15:51:14 UTC
Permalink
Post by Eric Abrahamsen
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!).
Sorry, not "doesn't exist", but "isn't loaded". Here's a patch that
autoloads nnml if necessary.
Lars Ingebrigtsen
2015-01-28 05:15:59 UTC
Permalink
Post by Eric Abrahamsen
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)
It shouldn't be called at all. I think I fixed this a couple of days
ago in git Gnus, though.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Eric Abrahamsen
2015-01-28 05:58:17 UTC
Permalink
Post by Lars Ingebrigtsen
Post by Eric Abrahamsen
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)
It shouldn't be called at all. I think I fixed this a couple of days
ago in git Gnus, though.
I don't even remember reporting this :)

I'll let you know if I see anything weird. My splitting setup is solid
enough that I rarely respool, or even move, hence fairly few complaints
here.

Loading...